fuse_operations.create

Create and open a file

If the file does not exist, first create it with the specified mode, and then open it.

If this method is not implemented or under Linux kernel versions earlier than 2.6.15, the mknod() and open() methods will be called instead.

Introduced in version 2.5

struct fuse_operations
int function(const char*, mode_t, fuse_file_info*) create;

Meta