FileSystem.mknod

Create a file node.

This is called for creation of all non-directory, non-symlink nodes. If the filesystem defines a create() method, then for regular files that will be called instead.

class FileSystem
@null
void
mknod
(
string path
,
mode_t mode
,
dev_t dev
)

Meta