Method Fuse.Operations()->creat()

class Fuse.Operations

Method creat

int|mixed creat(string path, int mode, int flag)

Description

Create and open or just open the given path.

Returns

Returns 0 or a non-integer value on success, and an errno on failure. The returned value will be passed as the open_handle to several functions.

See also

open(), release()