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

Description

Returns the file path excluding the root directory and the file name.

Examples

Column1

FILE_PATH returns

/dir1/dir2

dir1/

/dir1/file.txt

dir1/

/file.txt

λ (= an empty string)

C:\dir1\dir2

dir1\

C:\dir1\file.txt

dir1\

C:\file.txt

λ

file.txt

λ

  • No labels