To download NI software, including the products shown below, visit ni.com/downloads.
Overview
Use VI Server to programmatically create and add virtual folders to your LabVIEW Project.
Description
In many occasions, we need to create projects with a specified structure. This VI shows how we can create a project programmatically with virtual folders, or modify a project already created.
Requirements
1. LabVIEW Base Development System (or compatible)
Steps to Implement or Execute Code
1. Choose whether you want to create or modify an existing LabVIEW Project.
2. Select the name of the LabVIEW Project that you would like to create or modify. Do not use the extension, since the code already adds it.
3. Search the folder that contains the LabVIEW Project or the directory where you would like to save it.
4. If desired, add the names of the virtual folders that are desired to have.
5. Run the VI.
Additional Information or References
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.