ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamPathList.IsUNCPath

Returns True if the given path is formatted like an UNC path; False otherwise.

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

True if the given path is formatted like an UNC path.

This function just checks the syntax, it does not check if the remote path exists or is available