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