Skip to content

ioctl

ioctl<Command, Ops>(this, path, command, …args): Promise<ReturnType<Ops[Command]>>

Defined in: src/vfs/ioctl.ts:24

Perform an ioctl on a file or file system.

Command extends number

Ops extends IoctlOps = IoctlDefaultAsyncOps

unknown

PathOrFileDescriptor

Command

IoctlArgs<Ops[Command]>

Promise<ReturnType<Ops[Command]>>