FileTools
IsReadable
determine if the user has read permission for a file
Calling Sequence
Parameters
Description
Examples
IsReadable(file)
file
-
filename or the file descriptor of an open file
The IsReadable(file) command returns true if the user has read permission for the specified file. If the user does not, false is returned.
If the file does not exist or an invalid file descriptor is passed, an exception is raised.
FileToolsTextWriteFile⁡file,data
4
FileToolsIsReadable⁡file
true
FileToolsRemove⁡file
See Also
file_types
FileTools[Exists]
FileTools[IsExecutable]
FileTools[IsWritable]
FileTools[ModificationTime]
FileTools[Remove]
FileTools[Size]
FileTools[Status]
FileTools[Text][Close]
FileTools[Text][WriteString]
IO_errors
Download Help Document