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

Description

Returns the root directory of a file path.

Examples

Column1

FILE_ROOT returns

/dir1/dir2

/

/dir1/file.txt

/

C:\dir1\dir2

C:\

C:\dir1\file.txt

C:\

file.txt

λ (= an empty string)

  • No labels