File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -991,7 +991,7 @@ that directory will be recursively changed.
991
991
Return `path`.
992
992
993
993
!!! note
994
- Prior to Julia 1.5 , this did not correctly manipulate filesystem ACLs
994
+ Prior to Julia 1.6 , this did not correctly manipulate filesystem ACLs
995
995
on Windows, therefore it would only set read-only bits on files. It
996
996
now is able to manipulate ACLs.
997
997
"""
Original file line number Diff line number Diff line change @@ -440,9 +440,9 @@ const WINDOWS_VISTA_VER = v"6.0"
440
440
Return `true` if the given `path` has executable permissions.
441
441
442
442
!!! note
443
- Prior to Julia 1.5 , this did not correctly interrogate filesystem
443
+ Prior to Julia 1.6 , this did not correctly interrogate filesystem
444
444
ACLs on Windows, therefore it would return `true` for any
445
- file. From Julia 1.5 on, it correctly determines whether the
445
+ file. From Julia 1.6 on, it correctly determines whether the
446
446
file is marked as executable or not.
447
447
"""
448
448
function isexecutable (path:: String )
You can’t perform that action at this time.
0 commit comments