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