Skip to content
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

create directories on save #76

Closed
xelatihy opened this issue Oct 13, 2018 · 1 comment
Closed

create directories on save #76

xelatihy opened this issue Oct 13, 2018 · 1 comment

Comments

@xelatihy
Copy link
Owner

C/C++ file save APIs do not allow to crate missing directories in a path. We should implement this somehow. The real problem is that this is a std::filesystm issue, but for now std::filesystem is not up to date yet on all platforms, especially OsX.

@xelatihy
Copy link
Owner Author

This won't be done until the filesystem API is available on all target platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
main
  
To do
Development

No branches or pull requests

1 participant