![]() |
LambLisp 01 Red Fox Alpha
Lisp For Real-Time Control
|
Public Attributes | |
| File_Native | _theFile |
| String | _path |
| String | _mode |
The file type is ultimately provided by the underlying operating system, not by LambLisp. This class elides the differences between file types on different platforms, providing a POSIX-like interface.
Note that there is no open operstion on files. A file is opened by the file system and then a file is returned. After a file is closed, the same file object cannot be opened again; instead a new file must be requested from the file system.