canonicalizePath: Use GetFinalPathName when available
GetFinalPathName can be used to remove symbolic link indirections in paths. It has been available since Windows Vista.
Showing
- System/Directory.hs 47 additions, 25 deletionsSystem/Directory.hs
- System/Directory/Internal/Prelude.hs 7 additions, 1 deletionSystem/Directory/Internal/Prelude.hs
- System/Directory/Internal/Windows.hsc 76 additions, 0 deletionsSystem/Directory/Internal/Windows.hsc
- changelog.md 2 additions, 0 deletionschangelog.md
- configure.ac 1 addition, 0 deletionsconfigure.ac
- tests/CanonicalizePath.hs 21 additions, 2 deletionstests/CanonicalizePath.hs
- tests/TestUtils.hs 6 additions, 3 deletionstests/TestUtils.hs
Loading
Please register or sign in to comment