Skip to content

feat: add :must-exist validation for file/directory fields#32

Merged
d12frosted merged 1 commit intomasterfrom
feat/must-exist-validation
Jan 25, 2026
Merged

feat: add :must-exist validation for file/directory fields#32
d12frosted merged 1 commit intomasterfrom
feat/must-exist-validation

Conversation

@d12frosted
Copy link
Copy Markdown
Owner

Summary

  • Add :must-exist prop to validate that file/directory paths exist
  • For file type: checks file-exists-p
  • For directory type: checks file-directory-p

Base automatically changed from feat/expand-file-paths to master January 25, 2026 21:15
For file type: validates file exists with file-exists-p
For directory type: validates directory exists with file-directory-p
@d12frosted d12frosted force-pushed the feat/must-exist-validation branch from ff219e8 to bb1e1b4 Compare January 25, 2026 21:16
@d12frosted d12frosted merged commit eb6f58e into master Jan 25, 2026
2 checks passed
@d12frosted d12frosted deleted the feat/must-exist-validation branch January 25, 2026 21: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

Successfully merging this pull request may close these issues.

1 participant