Skip to content

Commit

Permalink
Compat annotation for #28156 (splitpath).
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Dec 4, 2018
1 parent c4c0d99 commit 746ca66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base/path.jl
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ Split a file path into all its path components. This is the opposite of
`joinpath`. Returns an array of substrings, one for each directory or file in
the path, including the root directory if present.
!!! compat "Julia 1.1"
This function requires at least Julia 1.1.
# Examples
```jldoctest
julia> splitpath("/home/myuser/example.jl")
Expand Down

0 comments on commit 746ca66

Please sign in to comment.