Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/node/fs.ts>open

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function open
Re-export
import { open } from "https://deno.land/std@0.80.0/node/fs.ts";

Parameters

path: string | URL
callback: openCallback

Parameters

path: string | URL
flags: openFlags
callback: openCallback

Parameters

path: string | URL
flags: openFlags
mode: number
callback: openCallback