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 helper functions to cxx::filesystem #1430

Open
3 tasks
elfenpiff opened this issue Jun 29, 2022 · 0 comments
Open
3 tasks

Add helper functions to cxx::filesystem #1430

elfenpiff opened this issue Jun 29, 2022 · 0 comments
Labels
enhancement New feature

Comments

@elfenpiff
Copy link
Contributor

Brief feature description

In unit tests we sometimes require platform independent helper functions to modify directories. We should add functions like:

Required

  • create_directory
  • temp_directory_path (used for file lock and sockets)
  • remove & remove_all

Optionally also:

  • exists
  • is_directory
  • is_regular_file
  • is_socket

It is important that those functions are working platform independently!

ToDo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature
Projects
None yet
Development

No branches or pull requests

2 participants