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

File.dirname, File.basename - better handling for Windows paths #18

Open
glennj opened this issue Sep 22, 2021 · 1 comment
Open

File.dirname, File.basename - better handling for Windows paths #18

glennj opened this issue Sep 22, 2021 · 1 comment

Comments

@glennj
Copy link
Collaborator

glennj commented Sep 22, 2021

Don't assume \ is the directory separator (I'm looking at you, Platform)

Take lessons from the Path module and examine the input.

@joshgoebel
Copy link
Owner

This may not be fully sufficient... are mixed paths ever supported anywhere or is that an absolute no?

C:/windows\users/jgoebel

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