Skip to main content
Home
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
76%
Published
9 months ago (0.0.9)

Helpers for working with the filesystem.

import { ensureFile, copy, ensureDir, move } from "@std/fs";

await ensureFile("example.txt");

await copy("example.txt", "example_copy.txt");

await ensureDir("subdir");

await move("example_copy.txt", "subdir/example_copy.txt");

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@sigmasd/fs-with-x-runtime-walk

Import symbol

import * as fs_with_x_runtime_walk from "@sigmasd/fs-with-x-runtime-walk";
or

Import directly with a jsr specifier

import * as fs_with_x_runtime_walk from "jsr:@sigmasd/fs-with-x-runtime-walk";

Add Package

pnpm i jsr:@sigmasd/fs-with-x-runtime-walk
or (using pnpm 10.8 or older)
pnpm dlx jsr add @sigmasd/fs-with-x-runtime-walk

Import symbol

import * as fs_with_x_runtime_walk from "@sigmasd/fs-with-x-runtime-walk";

Add Package

yarn add jsr:@sigmasd/fs-with-x-runtime-walk
or (using Yarn 4.8 or older)
yarn dlx jsr add @sigmasd/fs-with-x-runtime-walk

Import symbol

import * as fs_with_x_runtime_walk from "@sigmasd/fs-with-x-runtime-walk";

Add Package

vlt install jsr:@sigmasd/fs-with-x-runtime-walk

Import symbol

import * as fs_with_x_runtime_walk from "@sigmasd/fs-with-x-runtime-walk";

Add Package

npx jsr add @sigmasd/fs-with-x-runtime-walk

Import symbol

import * as fs_with_x_runtime_walk from "@sigmasd/fs-with-x-runtime-walk";

Add Package

bunx jsr add @sigmasd/fs-with-x-runtime-walk

Import symbol

import * as fs_with_x_runtime_walk from "@sigmasd/fs-with-x-runtime-walk";