-
Notifications
You must be signed in to change notification settings - Fork 17
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 splitpath as filesystem function to docs #118
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #118 +/- ##
=======================================
Coverage 91.65% 91.65%
=======================================
Files 12 12
Lines 1174 1174
=======================================
Hits 1076 1076
Misses 98 98 ☔ View full report in Codecov by Sentry. |
@@ -46,7 +46,7 @@ ismount | ismount | |||
isabspath | isabsolute | |||
splitdrive()[1] | drive | |||
N/A | root (property) | |||
split(p, "/") | segments (property) | |||
splitpath(p) | segments (property) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we maybe also provide this method as an alias?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be a future PR
Added in Julia 1.1