Имя функции | dcl-BinFile-Open |
---|---|
Синтаксис | (dcl-BinFile-Open
Filename [типа
String]
OpenMode [типа
String]) |
Возвращаемый тип | Binary File |
Подходит к |
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 |