alphaleonis/AlphaFS

Move method Path.GetMappedUncName to Host class.

Closed this issue · 0 comments

The current implementation of Path.GetMappedUncName:

public static string GetMappedConnectionName(string path)
{
return Host.GetRemoteNameInfoCore(path, true).lpUniversalName;
}