What's wrong with this entry?
Anonymous. No account, no email.
What
Windows path conversion (Unix ↔ Windows) is now done in pure JavaScript, removing the dependency on cygpath.
Details
- Handles
/cygdrive/prefix conversion - Converts forward/backslashes appropriately
- Works with UNC paths (starting with
//or\\)
Evidence
Path conversion logic (search for "/cygdrive/")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.