Gets or sets the initial filename displayed when the dialog is first displayed. When a new FileDialog object is created this defaults to an empty string so no initial filename is specified.
If the showOpen option is used, the file must already exist in the directory specified by the initialDirectory property. If it doesn't exist, the initial filename will not be used.
"fileDialog_var" is a variable referencing a FileDialog object.
|
"fileDialog_var" is a variable referencing a FileDialog object.
|