We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6feaaa commit d1671eeCopy full SHA for d1671ee
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