ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamPathList.SplitPath

Splits a given path into its filename and its folder path. Does also work with URLs.

Syntax
Pascal
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.