ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamPathList.SplitPath Method

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

Syntax
Pascal
class function SplitPath(const pFullPath: UnicodeString; out pFilePath: UnicodeString): UnicodeString;
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.

Copyright (c) 2011. All rights reserved.