1 reference to UNCLongPathPrefixToInsert
mscorlib (1)
system\io\path.cs (1)
952
return path.Insert(2,
UNCLongPathPrefixToInsert
); // Given \\server\share in longpath becomes \\?\UNC\server\share => UNCLongPathPrefix + path.SubString(2); => The actual command simply reduces the operation cost.