-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add support for Windows network paths #32
Comments
That seems like a great idea! The general plan I had was for folks to implement custom path types in their own packages (e.g., As a starting point, I'd recommend looking at the following files for how you might want to define your subtype:
If you have any questions or concerns about the |
Thanks for your reply. I have been looking at the code for a bit right now. I have very little experience with paths overall though, and I am a poor Julia programmer, so apologies for that first. Should I add a new type, similar to WindowsPath, called for example WindowNetworkPath? Should this type even be a subtype of WindowsPath? I guess that at this line of code, I would have to create a WindowsNetworkPath? Am I on the right track at all? |
I would make |
FilePaths does not seem support Windows network paths at the moment (see this issue on the Julia vs code extension). They typically look like this
\\data\...
and I would like to add support for them in FilePaths. I would appriciate any hints on how I could do that, and what test I need to add.The text was updated successfully, but these errors were encountered: