FILE_EXTENSION

Returns the extension of the specified file or document

An expression returning a string identifying a file or directory name or an attribute of the Document type

DISPLAY MESSAGE ('File extension is ' + FILE_EXTENSION('c:/myfile.txt')) 
  • Last modified: 2023/05/09 00:54