ShellBrowser Delphi Components Documentation
|
Splits a given path into its filename and its folder path. Does also work with URLs.
class function SplitPath(const pFullPath: String; out pFilePath: String): String; overload;
Parameters |
Description |
const pFullPath: String |
The full path that should be splitted. |
out pFilePath: String |
The path of the folder or drive in which the file resides. |
String: The file name part of the path.
See also SysUtils.ExtractFilePath