%FIO_WriteWholeFile function
...
| Function | The function reads a specified file and inserts its contents into a variable of the Text type. | |||||||
| Declaration |
| |||||||
| Parameters |
|
| |||||
| Return value | The return value is True |
| if the action was successful. Otherwise, it is False. If the size of the file is bigger than the space available on the disc, the function returns an invalid value. | ||||||||
| Note | The function uses binary mode to write into the file. | |||||||
| Example |
|
...
| Info | ||
|---|---|---|
| ||
...