GETFILE(FilePath)
Returns the file part of a full file path. E.g. GETFILE('c:\calcit\calcit.exe) returns 'calcit.exe'
GETFILE('c:\calcit\calcit.exe) returns 'calcit.exe'
Go Back