[About] Version=1.0 Author=iarspider,Nic Mail=support@hiasm.com [Type] Class=Element Inherit=CommonDialog,FileDialog Info=Prompts the user to select a location for saving a file [Property] @Title=Sets the file dialog box title|2| @InitialDirectory=Sets the initial directory displayed by the file dialog box|2|. @FileName=Sets a string containing the file name selected in the file dialog box|2| @DefaultExt=Sets the default file name extension|2| @Filter=Sets the current file name filter string, which determines the choices that appear in the dialog box. Format: ||||||...|2|All||*.* @FilterIndex=Sets the index of the filter currently selected in the file dialog box|1|1 ##Behavior=Control behavior AddExtension=Sets a value indicating whether the dialog box automatically adds an extension to a file name if the user omits the extension|14|0|True,False CheckFileExists=Sets a value indicating whether the dialog box displays a warning if the user specifies a file name that does not exist|14|1|True,False CheckPathExists=Sets a value indicating whether the dialog box displays a warning if the user specifies a path that does not exist|14|0|True,False CreatePrompt=Sets a value indicating whether the dialog box prompts the user for permission to create a file if the user specifies a file that does not exist|14|1|True,False DereferenceLinks=Sets a value indicating whether the dialog box returns the location of the file referenced by the shortcut or whether it returns the location of the shortcut (.lnk)|14|0|True,False OverwritePrompt=Sets a value indicating whether the Save As dialog box displays a warning if the user specifies a file name that already exists|14|0|True,False RestoreDirectory=Sets a value indicating whether the dialog box restores the current directory before closing|14|1|True,False ShowHelp=Sets a value indicating whether the Help button is displayed in the file dialog box|14|1|True,False SupportMultiDottedExtensions=Sets whether the dialog box supports displaying and saving files that have multiple file name extensions|14|1|True,False ValidateNames=Sets a value indicating whether the dialog box accepts only valid Win32 file names|14|0|True,False ## [Methods] doShowDialog=Runs a common dialog box with a default owner|1| onFileOk=Occurs when the user clicks on the Open or Save button on a file dialog box ARG(args)|2| *onHelpRequest=Occurs when the user clicks the Help button on a common dialog box ARG(args)|2| FileName=Returns a string containing the file name selected in the file dialog box|3|2