Engine.FileDialogDirHistoryList

Syntax

Engine.FileDialogDirHistoryList

Data Type

String Array

An array of strings that specify the paths to be inserted in the directory history list control in the File dialog box.

Purpose

Specifies the list of directories to display in the directory history list in the File dialog box.

Remarks

The dialog box the Engine.DisplayFileDialog method launches 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.

See Also

Engine.DisplayFileDialog