Closed Yomodo closed 6 years ago
Reported by @damiarnold in #375
One other point of consideration, when calling Path.LocalToUnc("W:\\subpath", true), the returned path is \\server.test.lab\share1 instead of \\?\UNC\server.test.lab\share1 as would be expected for Long Paths.
Path.LocalToUnc("W:\\subpath", true)
\\server.test.lab\share1
\\?\UNC\server.test.lab\share1
Reported by @damiarnold in #375
One other point of consideration, when calling
Path.LocalToUnc("W:\\subpath", true)
, the returned path is\\server.test.lab\share1
instead of\\?\UNC\server.test.lab\share1
as would be expected for Long Paths.