add index for 'chmod'

This commit is contained in:
Ben Greenman 2016-08-29 15:58:10 -04:00
parent 4cc1503d15
commit 5708526055

View File

@ -349,7 +349,7 @@ not provided, an error raises @racket[exn:fail:filesystem].}
[(file-or-directory-permissions [path path-string?] [mode 'bits]) (integer-in 0 #xFFFF)]
[(file-or-directory-permissions [path path-string?] [mode (integer-in 0 #xFFFF)]) void])]{
When given one argument or @racket[#f] as the second argument, returns
@index["chmod"]{When} given one argument or @racket[#f] as the second argument, returns
a list containing @indexed-racket['read], @indexed-racket['write],
and/or @indexed-racket['execute] to indicate permission the given file
or directory path by the current user and group. On @|AllUnix|,