Skip to main content
Go to Latest
function execFile
import { execFile } from "https://deno.land/std@0.159.0/node/child_process.ts";

Parameters

file: string

Returns

ChildProcess

Parameters

file: string
callback: ExecFileCallback

Returns

ChildProcess

Parameters

file: string
args: string[]

Returns

ChildProcess

Parameters

file: string
args: string[]
callback: ExecFileCallback

Returns

ChildProcess

Parameters

file: string
options: ExecFileOptions

Returns

ChildProcess

Parameters

file: string
options: ExecFileOptions
callback: ExecFileCallback

Returns

ChildProcess

Parameters

file: string
args: string[]
options: ExecFileOptions
callback: ExecFileCallback

Returns

ChildProcess