[AlphaFS] Indicates if this drive is a UNC path.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public bool IsUnc { get; }
Public ReadOnly Property IsUnc As Boolean
Get
public:
property bool IsUnc {
bool get ();
}
member IsUnc : bool with get
Property Value
Type:
BooleanRemarks Only retrieve this information if we're dealing with a real network share mapping: http://alphafs.codeplex.com/discussions/316583
See Also