Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure POSIX path normalizing behavior under NODERAWFS
Avoids mangling `C:/tmp` to `C:\tmp`. Should be safe, the underlying Windows API can accept either the backslash or slash to separate directory and file components of a path. See: https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file
- Loading branch information