Saves a path diagram with a new name.
Syntax
result = pd.FileSaveAs ()
result = pd.FileSaveAs (fileName)
The FileSaveAs method syntax has the following parts:
Part |
Description |
result |
True if an error occurs or if the user cancels the operation. |
fileName |
Optional new file name. If a file with this name already exists, it is overwritten. |
Calling FileSaveAs with no arguments is equivalent to the menu selection File → Save As.