Name | Type | Description | Note |
---|---|---|---|
access | integer | File information. 0 means file exists or permittion is allowed. | Return |
path | character | File path. | |
keyword | character | Keyword to specify which information to get. ' ': existance, 'r': reading, 'w': writing and 'x': executing permission. |
Specifier | Type | Description |
---|---|---|
number | integer | Unit number. |
exist | logical | Existance of unit number or file. |
opened | logical | (Unit number) Connected to any file or not. (File name) Opened or not. |
name | character | File name (absolute path). |
form | character | |
access | character | |
recl | integer | |
action | character | |
position | character | |
convert | character |