| 
 
ShellBrowser Delphi Components Documentation 
 | 
Splits a given path by scanning the string for separating characters and extracting the text either side of the separator into substrings.
class function SplitPathByDelimiter(const pFullPath: String; const pDelimiter: string = PathDelim): TStringList; overload;
| 
 
Parameters   | 
 
Description   | 
| 
 
const pFullPath: String   | 
 
The full path that should be splitted.   | 
| 
 
const pDelimiter: string = PathDelim   | 
 
The separator that should be used.   | 
A list of the separated strings.