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

Returns True if the given path starts with a drive letter.

Syntax
Pascal
class function StartsWithDriveLetter(const pPath: String): Boolean;
Parameters 
Description 
const pPath: String 
The path that should be checked. 

True if the given path starts with a drive letter.