Method Fuse.Operations()->write()
- Method write
intwrite(stringpath,stringdata,intoffset)- Description
Write data to the file. Should write all data.
- Returns
errno or amount written (bytes)
int write(string path, string data, int offset)
Write data to the file. Should write all data.
errno or amount written (bytes)