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.
1 parent c4c0d99 commit 746ca66Copy full SHA for 746ca66
base/path.jl
@@ -210,6 +210,9 @@ Split a file path into all its path components. This is the opposite of
210
`joinpath`. Returns an array of substrings, one for each directory or file in
211
the path, including the root directory if present.
212
213
+!!! compat "Julia 1.1"
214
+ This function requires at least Julia 1.1.
215
+
216
# Examples
217
```jldoctest
218
julia> splitpath("/home/myuser/example.jl")
0 commit comments