darrenldl / blockyarchive

Blocky archive - multithreaded archiver offering bit rot protection and sector level recoverability
MIT License
95 stars 4 forks source link

Fix path construction #247

Closed darrenldl closed 5 years ago

darrenldl commented 5 years ago

Currently the path construction assumes platform to be *nix, that is, / is used in paths.

This will most certainly fail on windows.

EDIT: misc_utils::make_path already uses std::path::PathBuf to handle path construction, so not really sure if this bug actually exists.

darrenldl commented 5 years ago

Can't find where this is an issue, closing.