ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamPathList.SplitPathByDelimiter

Splits a given path by scanning the string for separating characters and extracting the text either side of the separator into substrings.

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