| Function Name | dcl-BinFile-Open |
|---|---|
| Syntax | (dcl-BinFile-Open
Filename [as
String]
OpenMode [as
String]) |
| Return Type | Binary File |
| Applies To |
This method opens a binary file for reading or writing. The function returns NIL if the file could not be opened or created.
| Mode | Meaning |
|---|---|
| "r" | Open for reading |
| "w" | Open for writing |