Splits a given path into its filename and its folder path. Does also work with URLs.
|
Parameters |
Description |
|
const pFullPath: UnicodeString |
The full path that should be splitted. |
|
out pFilePath: UnicodeString |
The path of the folder or drive in which the file resides. |
UnicodeString: The file name part of the path.
See also
SysUtils.ExtractFilePath