BuckeyeSoftware / rex

rex engine and game
MIT License
15 stars 0 forks source link

`rx::filesystem::directory` doesn't check if a directory exists on Windows #17

Closed DethRaid closed 4 years ago

DethRaid commented 4 years ago

rx::filesystem::directory::operator bool() always returns true on Windows, even if the directory does not exist

graphitemaster commented 4 years ago

This should be fixed in f13b661