ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamPathList.IsUncServer

Checks if the given path is a server in UNC notation, e.g. '\\Server' or '\\Server\'.

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

Boolean: True if the given path is a server in UNC notation, e.g. '\\Server' or '\\Server\'.