PathIsUncPath Method (String) |
[AlphaFS] Determines if a path string is a valid Universal Naming Convention (UNC) path.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static bool IsUncPath(
string path
)
Public Shared Function IsUncPath (
path As String
) As Boolean
public:
static bool IsUncPath(
String^ path
)
static member IsUncPath :
path : string -> bool
Parameters
- path
- Type: SystemString
The path to check.
Return Value
Type:
BooleanReturns
if the specified path is a Universal Naming Convention (UNC) path,
otherwise.
See Also