Workspace 6.21.5
|
Writes a QByteArray to a binary file. Optionally, the operation can append to an existing file.
Inputs: | |||
---|---|---|---|
File name | QString | ||
Data | QByteArray | ||
Append if file exists | bool | If the file already exists, append to it rather than overwriting its contents. | |
Use QSystemSemaphore | bool | If enabled, the operation will use the file system semaphore to ensure that writes can be done in parallel to the same file (the semaphore locks the file so that one thread can write while another waits). | |
Create path | bool | Create path if the directory does not already exist. |