win, fs: fix realpath behavior on substed drives by bzoz · Pull Request #7559 · nodejs/node
added 2 commits
July 6, 2016 12:59This is a partial revert of nodejs@b488b19 It restores old javascript implementation of realpath and realpathSync. The names have been changed: added JS and not exported in fs module.
Before v6 on drives created with subst and network mapped drives realpath used to return filename on the mapped drive. With v6 it now returns filename on the original device or on the network share. This restores the old behavior by using old javascript implementation when path returned by new implementation is on a different device than the original path. Fixes: 7294
bzoz
changed the title
Bartosz restore js realpath
win, fs: fix realpath behavior on substed drives
bzoz
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters