Skip to content

ioctlSync

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

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

Perform an ioctl on a file or file system

Command extends number

Ops extends IoctlOps = IoctlDefaultSyncOps

unknown

PathOrFileDescriptor

Command

IoctlArgs<Ops[Command]>

ReturnType<Ops[Command]>