Share

FileDialog.ShowSave Method

Parent Object: FileDialog

Description

Method that displays the Save As dialog. If the user selects an existing file a warning message is displayed notifying them that the file already exists and the file will be overwritten if they continue. The use of this method does not actually perform a save but only returns the filename the user has specified through the dialog.

Syntax

FileDialog.ShowSave()

Samples

Name Description
File Dialog This sample demonstrates the use of the FileDialog object. The only requirement to run this sample is to have Inventor open.

Version

Introduced in version 6

Was this information helpful?