Method Fuse.Operations()->read()
- Method read
string|int(1..)read(stringpath,intlen,intoffset)- Description
Read data from a file. You have to return at most len bytes, wunless an error occurs, or there is less than len bytes of data still left to read.
- Returns
errno or the data
- Method read
string|int(1..)read(stringpath,intlen,intoffset)- Description
Read data from a file. You have to return at most len bytes, wunless an error occurs, or there is less than len bytes of data still left to read.
- Returns
errno or the data