FileName

The FileName() function returns the name of a file.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Syntax

FileName(file)

FileName('Data'.'ConceptWithFile':'File') 👍Result: image29.jpg

FileName(unknownfile) 👎Result: unknown

Parameters

Name
Type
Required
Description

file

file

☑️

the file

Last updated

Was this helpful?