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