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.
Type Parameters
Section titled “Type Parameters”Command
Section titled “Command”Command extends number
Ops extends IoctlOps = IoctlDefaultAsyncOps
Parameters
Section titled “Parameters”unknown
PathOrFileDescriptor
command
Section titled “command”Command
…IoctlArgs<Ops[Command]>
Returns
Section titled “Returns”Promise<ReturnType<Ops[Command]>>