Skip to content

Commit d1671ee

Browse files
committed
Compat annotation for #28156 (splitpath).
1 parent e6feaaa commit d1671ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/path.jl

+3
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@ Split a file path into all its path components. This is the opposite of
210210
`joinpath`. Returns an array of substrings, one for each directory or file in
211211
the path, including the root directory if present.
212212
213+
!!! compat "Julia 1.1"
214+
This function requires at least Julia 1.1.
215+
213216
# Examples
214217
```jldoctest
215218
julia> splitpath("/home/myuser/example.jl")

0 commit comments

Comments
 (0)