@jsvision/files / ChangeDirOptions
Interface: ChangeDirOptions
Defined in: files/src/openers.ts:34
Options for changeDir.
Properties
directory?
optionaldirectory?:string
Defined in: files/src/openers.ts:38
The starting directory (default the filesystem's cwd).
fs?
optionalfs?:FileSystem
Defined in: files/src/openers.ts:36
The filesystem to read through (default nodeFileSystem).
title?
optionaltitle?:string
Defined in: files/src/openers.ts:40
The dialog title.