Std SaveAll: Difference between revisions

From FreeCAD Documentation
No edit summary
(Removed Preferences paragraph.)
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Page in progress}}

<translate>
<translate>

<!--T:1-->
{{Docnav
{{Docnav
|[[Std_SaveaCopy|Std SaveCopy]]
|[[Std_SaveCopy|SaveCopy]]
|[[Std_Revert|Std Revert]]
|[[Std_Revert|Revert]]
|[[Std_File_Menu|Std File Menu]]
|[[Std_File_Menu|Std File Menu]]
|IconL=
|IconL=Std_SaveCopy.svg
|IconR=
|IconR=Std_Revert.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}


<!--T:2-->
{{GuiCommand
{{GuiCommand
|Name=Std SaveAll
|Name=Std SaveAll
|MenuLocation=File → Save All
|MenuLocation=File → Save All
|Workbenches=All
|Workbenches=All
|Shortcut=-
|SeeAlso=[[Std_Save|Std Save]]
|SeeAlso=[[Std_Save|Std Save]]
|Version=-
}}
}}


==Description==
==Description== <!--T:3-->


<!--T:4-->
The '''Std SaveAll''' command saves all open documents.
The '''Std SaveAll''' command saves all open documents.


==Usage==
==Usage== <!--T:5-->

<!--T:6-->
# Select the {{MenuCommand|File → [[Image:Std_SaveAll.svg|16px]] Save All}} option from the menu.
# For new documents: enter a filename in the dialog box and press the {{Button|Save}} button.

==Options== <!--T:10-->

<!--T:11-->
* For new documents: press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the command.

==Scripting== <!--T:12-->


<!--T:13-->
# Select the {{MenuCommand|File → Save All}} option from the menu.
{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
# For new documents only: enter a filename in the dialog box and press the {{Button|Save}} button.


<!--T:14-->
==Preferences==
To save a document use the {{incode|save}} method of the document object. A new document must first be saved with the {{incode|saveAs}} method of the document object. For a scripting example see [[Std_New|Std New]].


* The last used file location is stored: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath}}.


<!--T:9-->
{{Docnav
{{Docnav
|[[Std_SaveaCopy|Std SaveCopy]]
|[[Std_SaveCopy|SaveCopy]]
|[[Std_Revert|Std Revert]]
|[[Std_Revert|Revert]]
|[[Std_File_Menu|Std File Menu]]
|[[Std_File_Menu|Std File Menu]]
|IconL=
|IconL=Std_SaveCopy.svg
|IconR=
|IconR=Std_Revert.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}


</translate>
</translate>
{{Std Base navi{{#translation:}}}}
{{Std_Base_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 19:56, 20 April 2024

Std SaveAll

Menu location
File → Save All
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Std Save

Description

The Std SaveAll command saves all open documents.

Usage

  1. Select the File → Save All option from the menu.
  2. For new documents: enter a filename in the dialog box and press the Save button.

Options

  • For new documents: press Esc or the Cancel button to abort the command.

Scripting

See also: FreeCAD Scripting Basics.

To save a document use the save method of the document object. A new document must first be saved with the saveAs method of the document object. For a scripting example see Std New.