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

add filesystem utils related to dirs #99

Closed
cyrush opened this issue Nov 30, 2016 · 3 comments
Closed

add filesystem utils related to dirs #99

cyrush opened this issue Nov 30, 2016 · 3 comments
Labels
Milestone

Comments

@cyrush
Copy link
Member

cyrush commented Nov 30, 2016

conduit::utils::create_directory(const std::string &path, bool recursive=true);
conduit::utils::remove_directory(const std::string &path, bool recursive=true);

@cyrush cyrush added the feature label Nov 30, 2016
@cyrush
Copy link
Member Author

cyrush commented Nov 30, 2016

also add access to proper file sep char & add rsplit_path()

@cyrush
Copy link
Member Author

cyrush commented Dec 19, 2016

going to stick with providing non-recursive variants:

create_directory(path)
remove_file_path(path) -- works for empty dirs or files

@cyrush
Copy link
Member Author

cyrush commented Dec 22, 2016

resolved in #119

@cyrush cyrush closed this as completed Dec 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant