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

Ensuring Windows-Compatible File Names #187

Merged
merged 2 commits into from
Jan 2, 2024
Merged

Ensuring Windows-Compatible File Names #187

merged 2 commits into from
Jan 2, 2024

Conversation

Nimrais
Copy link
Collaborator

@Nimrais Nimrais commented Jan 2, 2024

Due to the numerous restrictions imposed by the Windows path system on naming, I have incorporated a basic yet not exhaustive regex into our checks to address potential issues with incorrect paths.

Our newly implemented regex, :|<|>|;|,|*|?|\, is designed to scan and flag file or directory names that conflict with Windows standards.

@Nimrais Nimrais changed the title fix: remove illegal names Ensuring Windows-Compatible File Names Jan 2, 2024
@Nimrais Nimrais merged commit 3f3f8bc into master Jan 2, 2024
1 check passed
@Nimrais Nimrais deleted the fix-file-names branch January 2, 2024 09:42
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