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.

Returns the name of the file.

Returns Unknown if the parameter value (file) is unknown.

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