fuse_operations.mkdir

Create a directory

Note that the mode argument may not have the type specification bits set, i.e. S_ISDIR(mode) can be false. To obtain the correct directory type bits use mode|S_IFDIR

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

Meta