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

x/path/src/Path.ts>Path#rmSync

better path handling for Deno
Latest
method Path.prototype.rmSync
import { Path } from "https://deno.land/x/path@v3.0.0/src/Path.ts";

remove self sync

Parameters

optional
recursive: boolean = [UNSUPPORTED]

Returns

void

true if success false otherwise