acet-file-open


(acet-file-open  filename  mode)

Opens the specified file filename with specified mode;
mode can be "r" for read-mode, "w" for write mode, "a" for append mode; additionally the "b" suffix indicates "binary" mode, without newline character translation.

Returns the file handle, or NIL in case of an error


©  Bricsys NV. All rights reserved.