PathLocalToUnc Method (String) |
A Local path, e.g.: "C:\Windows" or "C:\Windows\" will be returned as: "\\localhost\C$\Windows".
If a logical drive points to a network share path (mapped drive), the share path will be returned without a trailing DirectorySeparator character.
Namespace: Alphaleonis.Win32.Filesystem
If the conversion fails, localPath is returned.
If localPath is an empty string or , is returned.
Exception | Condition |
---|---|
ArgumentException | |
PathTooLongException | |
NetworkInformationException |