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