I don't have a Windows device to test this on, but the concern is whether the paths should be normalized and then collapsed/expanded or collapsed/expanded and then normalized.
FileUtil#toSystemDependentName, FileUtil#toSystemIndependentName, PathMacroManager#expandPath, and PathMacroManager#collapsePath are the relevant methods we are using for that normalizing process.
This PR is built on top of #79. Once that is merged in this can be rebased to see the smaller diff. (79 only contains changelog updates though, so it really isnt much different here.)
I don't have a Windows device to test this on, but the concern is whether the paths should be normalized and then collapsed/expanded or collapsed/expanded and then normalized.
FileUtil#toSystemDependentName
,FileUtil#toSystemIndependentName
,PathMacroManager#expandPath
, andPathMacroManager#collapsePath
are the relevant methods we are using for that normalizing process.This PR is built on top of #79. Once that is merged in this can be rebased to see the smaller diff. (79 only contains changelog updates though, so it really isnt much different here.)
Closes #64.