next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
Macaulay2 web site
Macaulay2Doc
::
fileReadable(String)
fileReadable(String)
Synopsis
Usage:
fileReadable n
Function:
fileReadable
Inputs:
n
,
a
string
Outputs:
a
Boolean value
, whether the file whose name is given by the string
n
is readable
Description
i1 : fileReadable "." o1 = true
See also
fileWritable
fileExecutable