PathLocalToUnc Method |
Name | Description | |
---|---|---|
LocalToUnc(String) | [AlphaFS] Converts a local path to a network share path.
A Local path, e.g.: "C:\Windows" will be returned as: "\\localhostname\C$\Windows" If a logical drive points to a network share path, the share path will be returned. | |
LocalToUnc(String, Boolean) | [AlphaFS] Converts a local path to a network share path.
A Local path, e.g.: "C:\Windows" will be returned as: "\\localhostname\C$\Windows" If a logical drive points to a network share path, the share path will be returned. | |
LocalToUnc(String, Boolean, Boolean, Boolean) | [AlphaFS] Converts a local path to a network share path.
A Local path, e.g.: "C:\Windows" will be returned as: "\\localhostname\C$\Windows" If a logical drive points to a network share path, the share path will be returned. |