Mount Fuji Engine  0.8b
MF_API int MFFileSystem_Save ( const char *  pFilename,
const char *  pBuffer,
size_t  size 
)

Write a file to a filesystem.

Parameters
pFilenameThe 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.
pBufferBuffer to write to the file.
sizeSize of the buffer to write.
Returns
Returns 0 if the file was succesfully written.