Method Fuse.Operations()->write()
- Method write
int
write(string
path
,string
data
,int
offset
)- 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)