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: "\\MachineName\C$\Windows". If a logical drive points to a network share path, the share path will be returned instead. | |
LocalToUnc(String, Boolean) | [AlphaFS] Converts a local path to a network share path, optionally returning it in a long path format.
A Local path, e.g.: "C:\Windows" will be returned as: "\\MachineName\C$\Windows". If a logical drive points to a network share path, the share path will be returned instead. | |
LocalToUnc(String, Boolean, Boolean, Boolean) | [AlphaFS] Converts a local path to a network share path, optionally returning it in a long path format and the ability to add or remove a trailing backslash.
A Local path, e.g.: "C:\Windows" will be returned as: "\\MachineName\C$\Windows". If a logical drive points to a network share path, the share path will be returned instead. |