New option to create `path`
See original GitHub issueCurrently mkdir -p $cache_path
should be issued to create directory specified in path
.
cache
does not create the path
directory if it doesn’t exist.
https://github.com/szepeviktor/Valinor/runs/7272413993?check_suite_focus=true
Please consider adding a "create_directory": true
option to create directory specified in path
.
Thank you!!
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:9 (4 by maintainers)
Top Results From Across the Web
How to Create a Directory or Folder - Computer Hope
In Windows 11, click the New option in the menu bar and select Folder in the drop-down menu. In Windows 8 and 10,...
Read more >Manage paths in Photoshop - Adobe Support
To create and name a path, make sure no work path is selected. Choose New Path from the Paths panel menu, or Alt-click...
Read more >Path Operations - Essential Java Classes - Oracle Help Center
You can easily create a Path object by using one of the following get methods from the Paths (note the plural) helper class:...
Read more >Create Linux Folder Path and File in One Command - Baeldung
A practical guide to creating a folder and file paths in one command ... Lastly, the touch command creates the empty file in...
Read more >java - Create whole path automatically when writing to a new file
I want Java to create them automatically if they aren't already there. Actually Java should set up the whole file path if not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Okay. I respond within a day.
Vcpkg does this too with its binary cache. Will only use an existing directory.