Handbook
Glossary
other-execute? ( obj -- ? )
Unix file attributes
ยป
Unix file permissions
Prev:
other-write? ( obj -- ? )
Next:
add-file-permissions ( path n -- )
Vocabulary
io
.
files
.
info
.
unix
Inputs
obj
a pathname string, file-info object, or an integer
Outputs
?
a
boolean
Word description
Tests whether the
other execute
bit is set on a file,
file-info
, or an integer.
Definition
USING:
io.files.info.unix.private
;
IN:
io.files.info.unix
:
other-execute?
( obj -- ? )
OTHER-EXECUTE
file-mode?
;