We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
splitpath(p)
1 parent 37ab710 commit 691c5b7Copy full SHA for 691c5b7
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