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 parent directories with the -O command line option #478

Open
dbankieris opened this issue Sep 21, 2017 · 2 comments
Open

Create parent directories with the -O command line option #478

dbankieris opened this issue Sep 21, 2017 · 2 comments

Comments

@dbankieris
Copy link
Contributor

-O allows the user to specify an output directory. Annoyingly, Trick does not create parent directories as necessary. Granted, there is no -p option for the C version of the function. Time to get creative!

@alexlin0
Copy link
Contributor

You could use the create_directories function in C++17.

@dbankieris
Copy link
Contributor Author

Seems reasonable to me that Trick 17 should require C++ 17!

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

No branches or pull requests

2 participants