Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

FILE_NAME(<string>)

Description

Returns only the filename and extension.

Examples

Column1

FILE_NAME returns

/dir1/dir2

dir2

/dir1/file.txt

file.txt

/file.txt

file.txt

C:\dir1\dir2

dir2

C:\dir1\file.txt

file.txt

C:\file.txt

file.txt

/dir1/dir2/

λ (= an empty string)

C:\dir1\dir2\

λ

  • No labels