dfuse v0.4.1 (2021-02-17T03:03:19Z)
Home
Dub
Repo
Fuse
dfuse
fuse
A wrapper around fuse_main()
export
class
Fuse {
this
(string fsname);
this
(string fsname, bool foreground, bool threaded);
void
mount
(Operations ops, string mountpoint, string[] mountopts);
}
Constructors
this
this
(string fsname)
Undocumented in source.
this
this
(string fsname, bool foreground, bool threaded)
Undocumented in source.
Members
Functions
mount
void
mount
(Operations ops, string mountpoint, string[] mountopts)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dfuse
fuse
classes
Fuse
FuseException
Operations
functions
detach
A wrapper around fuse_main()