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

Ensure Folder Existence; Create Missing Parent Folders as Needed #33

Merged
merged 2 commits into from
Feb 12, 2024

Conversation

tom-ludwig
Copy link
Member

Automatically create a specified file and any necessary parent folders if the provided file path does not exist.
Example:
In an empty folder
codeedit src/middleware/logger.js
tree

.
└── src
    └── middleware
        └── logger.js
demo.mp4

@thecoolwinter thecoolwinter merged commit f557825 into main Feb 12, 2024
2 checks passed
@thecoolwinter thecoolwinter deleted the create-file-if-not-found branch February 12, 2024 17:55
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

Successfully merging this pull request may close these issues.

codeedit: Create a file if it does not exist
3 participants