dermesser / leveldb-rs

A reimplementation of LevelDB in Rust (no bindings).
Other
521 stars 59 forks source link

Doesn't support paths with spaces #50

Open theaddonn opened 2 months ago

theaddonn commented 2 months ago

Welp I just tried to access my leveldb at C:/mcpe/world/My Amazing World/ and huh I suddenly get surprised by an error saying that this directory doesn't exist... I wondered and wondered why it wasnt working - even though the directory clearly existed.. in one last attempted I tried to use C:/mcpe/world/My_Amazing_World/ (also renamed the folder) and what a wonder - it worked!

TL;DR Spaces in paths cause leveldb to error out and say the directory doesn't exists...

Please fix this :3 I want to open my amazing world again qwq