ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.PathUtils.TPathUtils.UnifyPath

Ensures that trailing path delimiters ('/' and '') are removed from paths. Ensures that a trailing path delimiter is included for drives ('C:' -> 'C:').

Syntax
Pascal
class function UnifyPath(const pPath: String): String; static;
Parameters 
Description 
const pPath: String 
The path to check. 

String: The adjusted path.