PathGetMappedConnectionName Method |
[AlphaFS] Gets the connection name of the locally mapped drive.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static string GetMappedConnectionName(
string path
)
Public Shared Function GetMappedConnectionName (
path As String
) As String
public:
static String^ GetMappedConnectionName(
String^ path
)
static member GetMappedConnectionName :
path : string -> string
Parameters
- path
- Type: SystemString
The local path with drive name.
Return Value
Type:
StringThe server and share as: \\servername\sharename.
Exceptions See Also