Save As Dialog Box
- Updated2025-07-30
- 3 minute(s) read
Select File»Save As to display this dialog box. You also can right-click a LabVIEW project library or an XControl in the Project Explorer window and select Save»Save As from the shortcut menu to display this dialog box. This dialog box appears only if you have already saved the VI, project library, or XControl.
Use this dialog box to save VIs and project libraries using various options. You can use this dialog box to save a copy of the previously saved file in memory to disk with a new name you choose. You also can use this dialog box to rename the file, or to copy an entire hierarchy of VIs to a new location.
This dialog box includes different components if you are saving a project library.
This dialog box includes the following components if you are saving VIs:
| Option | Description |
|---|---|
| Original file | Displays the path to the open file. You can use this field to determine the location of a file on disk. |
| Copy | Creates and saves a copy of the file in memory to disk with a name you choose. If you enter a new file path or name for the file, the original file on disk is not overwritten or deleted.
|
| Rename | Renames the file in memory with a new name you choose. This option closes and deletes the original file and opens the file with the new name, so only the new file exists on disk and in memory. |
| Duplicate hierarchy to new location | Use this option if you want to save the original VI and its hierarchy to a new location. You might want to rename the new VI hierarchy after duplicating it. |
| Referencing files in the project or its dependencies | Lists files in memory that refer to the original file. This list appears only if the original file has referencing files in memory. |
| Continue | Opens an additional file dialog in which you enter the name of the renamed file or the root path for the copy of the project library file and the contents of the project library. |