add index for 'chmod'
This commit is contained in:
parent
4cc1503d15
commit
5708526055
|
@ -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 'bits]) (integer-in 0 #xFFFF)]
|
||||||
[(file-or-directory-permissions [path path-string?] [mode (integer-in 0 #xFFFF)]) void])]{
|
[(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],
|
a list containing @indexed-racket['read], @indexed-racket['write],
|
||||||
and/or @indexed-racket['execute] to indicate permission the given file
|
and/or @indexed-racket['execute] to indicate permission the given file
|
||||||
or directory path by the current user and group. On @|AllUnix|,
|
or directory path by the current user and group. On @|AllUnix|,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user