-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implementing mkdir -p
#124
Comments
Yes, The typical way to test whether a file or directory exists is to just try to do whatever you would want to do, and handle errors in case it doesn't work. For |
Thanks! That makes a lot of sense. |
Closing this based on @sunfishcode's comment. |
* Implement clock_time_get on Windows. Also update misc_testsuite to include latest clock_time_get test changes. * Try to somehow implement clock_res_get on Windows. * Fix 55ms * Cache the perf counter resolution * Fix integration tests
…e-outgoing-http-command-world feat: create command-extended world
Specify and verify `ineg` on AArch64. Updates avanhatt#34
I'm implementing Wasi for AssemblyScript and currently I'm confused with the API for creating a directory. Is it safe to assume that by default trying to create a directory, whose parent(s) don't exist that it would fail?
Also what is the best way to determine if a file or directory exists?
The text was updated successfully, but these errors were encountered: