Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PosixFilesystem

import type { PosixFilesystem } from "https://googleapis.deno.dev/v1/storagetransfer:v1.ts";

A POSIX filesystem resource.

interface PosixFilesystem {
rootDirectory?: string;
}

§Properties

§
rootDirectory?: string
[src]

Root directory path to the filesystem.