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_BASE(<string>)

Description

Returns the non-directory portion of a file path.

Examples

Column1

FILE_BASE returns

/dir1/dir2

dir2

/dir1/file.txt

file

/file.txt

file

C:\dir1\dir2

dir2

C:\dir1\file.txt

file

C:\file.txt

file

file.txt

file

/dir1/dir2/

λ (= an empty string)

  • No labels