ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.IsNetworkPath

Returns True if the given path is a network path; False otherwise.

Syntax
Pascal
function IsNetworkPath(const pPath: string): Boolean;
Parameters 
Description 
const pPath: string 
The path that should be checked. 

True if the given path is a network path; False otherwise.