ShellBrowser Delphi Components Documentation
|
Checks if the given path is a server in UNC notation, e.g. '\\Server' or '\\Server\'.
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\'.