FolderItemDialog.InitialDirectory
From Xojo Documentation
This item was deprecated in version 2019r2. Please use FolderItemDialog.InitialFolder as a replacement. |
Property (As FolderItem )
aFolderItemDialog.InitialDirectory = newFolderItemValue
or
FolderItemValue = aFolderItemDialog.InitialDirectory
Supported for all project types and targets.
or
FolderItemValue = aFolderItemDialog.InitialDirectory
Supported for all project types and targets.
Full or relative path to directory whose contents are displayed when the dialog first appears.
Notes
The Filter property controls which files within this directory are visible. On Windows, this defaults to the My Documents directory if no FolderItem is specified.
Example
This example illustrates all the labelling properties of a FolderItemDialog.