Open
Description
Discovered here: onivim/oni2#3151
On Windows, Fp.absoluteCurrentPlatform
doesn't handle UNC paths - this is needed for referencing network shares.
Nice set of test cases here: https://docs.microsoft.com/en-us/dotnet/standard/io/file-path-formats#example-ways-to-refer-to-the-same-file
c:\temp\test-file.txt
\\127.0.0.1\c$\temp\test-file.txt
\\LOCALHOST\c$\temp\test-file.txt
\\.\c:\temp\test-file.txt
\\?\c:\temp\test-file.txt
\\.\UNC\LOCALHOST\c$\temp\test-file.txt
\\127.0.0.1\c$\temp\test-file.txt"
Metadata
Metadata
Assignees
Labels
No labels