initialDirectory property

String? initialDirectory
getter/setter pair

The directory that the dialog box initially displays when opened.

If alwaysShowInitialDirectory is true, the dialog box always opens in the directory specified by this field. Otherwise, it opens in the most recently accessed folder (if any).

Implementation

String? initialDirectory;