|
|
Writes data to a file. - Parameters:
-
| fileHandle | Handle to an open file. |
| pBuffer | Pointer to the data to be written. |
| bytes | Number of bytes to write. |
| async | If true, the write will be performed asyncrenously, putting the file into a 'busy' state. |
- Returns:
- Returns the number of bytes written.
|