directory v1.3.1.1 Release Notes

Release Date: 2017-03-01 // about 7 years ago
    • Fix a bug where createFileLink and createDirectoryLink failed to handle .. in absolute paths.

    • Improve support (partially) for paths longer than 260 characters on Windows. To achieve this, many functions will now automatically prepend \\?\ before calling the Windows API. As a side effect, the \\?\ prefix may show up in the error messages of the affected functions.

    • makeAbsolute can now handle drive-relative paths on Windows such as C:foobar