| Funktionsname | dcl_BinFile_Open |
|---|---|
| Syntax | (dcl_BinFile_Open
Filename [as
String]
OpenMode [as
String]) |
| Rückgabewert | Binary File |
| Anwendbar auf |
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 |