We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
splitpath(p)
1 parent 3cc4b80 commit 1968b23Copy full SHA for 1968b23
NEWS.md
@@ -13,6 +13,7 @@ Language changes
13
Standard Library Changes
14
------------------------
15
16
+ * New `splitpath(p::String)` function added, which is the opposite of `joinpath(parts...)`: it splits a filepath into its components ([#28156]).
17
18
Compiler/Runtime improvements
19
-----------------------------
@@ -24,3 +25,4 @@ Deprecated or removed
24
25
26
<!--- generated by NEWS-update.jl: -->
27
[#29440]: https://github.com/JuliaLang/julia/issues/29440
28
+[#28156]: https://github.com/JuliaLang/julia/issues/28156
0 commit comments