PathGetMappedUncName Method |
[AlphaFS] Gets the network share name from the locally mapped path.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static string GetMappedUncName(
string path
)
Public Shared Function GetMappedUncName (
path As String
) As String
public:
static String^ GetMappedUncName(
String^ path
)
static member GetMappedUncName :
path : string -> string
Parameters
- path
- Type: SystemString
The local path with drive name.
Return Value
Type:
StringThe network share connection name of
path.
Exceptions See Also