Pike v8.0 release 1956

Method Fuse.Operations()->read()


Method read

string|int(1..) read(string path, int len, int offset)

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(string path, int len, int offset)

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