Returns the file name portion of a file path, including the file extension. Any directory information is stripped away.
Declaration: Function ExtractFileName( const FileName : string) : string
An example follows.
The following shows further examples.
And the resulting log entries that are generated.