FS1::findAndOpenNativeFile() used NativePath::workPath() to ensure that the supplied path argument was absolute. However at this point the path should not be translated to use native separators because internally the virtual directory mappings use forward slashes.
Fixed|Windows: -vdmap not working as expected
FS1::findAndOpenNativeFile() used NativePath::workPath() to ensure
that the supplied path argument was absolute. However at this point
the path should not be translated to use native separators because
internally the virtual directory mappings use forward slashes.