This function returns the file extension from a file path
FsGetExtension([Path])
Where:
Path is the path to the file to retrieve the file extension from.
Rule | Meaning |
---|---|
FsGetExtension("C:\DriveWorks\MyFileName.txt") | This will return .txt from the file MyFileName |