Engine.FileDialogDirHistoryList
An array of strings that specify the paths to be inserted in the directory history list control on the File dialog box.
Specifies the list of directories to display in the directory history list of the File dialog box.
The dialog box displayed by the DisplayFileDialog method has a directory history control that lists the directories that the user most recently visited. Use this property to customize the contents of that control. When the dialog box opens, it initializes the control with the values specified by this property. When the dialog box closes, it updates this property to contain the current contents of the control.