Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/node/fs.ts>Dir#closeSync

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

Unlike Node, Deno does not require managing resource ids for reading directories, and therefore does not need to close directories when finished reading