[AlphaFS] Determines if a path string is a valid Universal Naming Convention (UNC) path.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
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:
Boolean if the specified path is a Universal Naming Convention (UNC) path,
otherwise.
See Also