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

EphemeralDirectory

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

An ephemeral directory which won't persist across workstation sessions. It is freshly created on every workstation start operation.

interface EphemeralDirectory {
mountPath?: string;
}

§Properties

§

An EphemeralDirectory backed by a Compute Engine persistent disk.

§
mountPath?: string
[src]

Required. Location of this directory in the running workstation.