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

Checks if the passed path has a Unicode Api call prefix.

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

Boolean: True if the path has a Unicode Api call prefix. False otherwise

roth