NOH representation of a file. This is useful for scripting languages without native file I/O support, like Nebula's MicroTCL.
- Command Input:
s(Filename), s(AccessMode)
- Command Output:
v
- Command Description:
- Open a file. Filename can be a Nebula filename using path assigns. AccessMode is a string containing an "r" for read-mode, and/or "w" for write-mode.
- Command Input:
v
- Command Output:
v
- Command Description:
- Closes a file.
- Command Input:
v
- Command Output:
b(IsOpen)
- Command Description:
- Return "true" if file is open.
- Command Input:
s(String)
- Command Output:
b(Success)
- Command Description:
- Put a string into the file.