Write a file to a filesystem.
- Parameters
-
| pFilename | The name of the file to write. If the target file does not already exist, the filename must include the mountpoint to identify the target filesystem. |
| pBuffer | Buffer to write to the file. |
| size | Size of the buffer to write. |
- Returns
- Returns 0 if the file was succesfully written.