avmoroz
avmoroz
Hi @creambyemute , I modified the .exists method in the Windows implementation to account for one trailing slash at the end of the path. I checked the Android implementation, and...
Hey @creambyemute , I also checked and .mkdir to behaves the same way on Android. I've made a commit to account for this, and hopefully the behavior is consistent across...
Hey @creambyemute, I modified appendFile() to account for the inconsistency between this implementation and the Android and iOS implementations. Please let me know if this error also comes up with...
Hey everybody, Sorry for the late response. @creambyemute , I just pushed a commit to address this particular issue. I ran my unit tests and tried it out with my...
Hey everybody, I removed all references to std::filesystem::create_directories(), std::filesystem::is_directory(), and std::filesystem::exists() were removed from appendFile(), mkdir(), stat(), and unlink(). I ran some unit tests and manual tests, and it seems...
Hey @creambyemute , I did some investigation, and your issue with directory creation was an error on my part. mkdir() is not supposed to provide a promise rejection if the...
Hi exotexot, I took a look at your issue and tried using readFile(), copyFile(), and moveFile() with a 1.21gb ISO file, and wasn't running into those issues, but I want...