Skip to content

Fix for paths over 260 characters #11

@ARoese

Description

@ARoese

Hello, I believe your issue with paths over 260 characters stems from the implementation of mmio::mapped_file_source::open() in a library you use. I made an issue for this on that repo, but this is something you can work around up-stream by prefixing your paths with \\?\ before passing them into the open function.

This shouldn't be too big a refactor, since you only seem to use the library in these 3 places:
here
here
here

This issue (with the same fix) may also affect fstream, which is used here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions