filesystem.mknod

Synopsis

local fs = require "filesystem"
fs.mknod(p: fs.path, mode: integer, dev: integer)

Description

See mknod(3).