LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating folder with subfolders

Greetings!

 

I am trying to save a .jpg file in the application directory -> Folder (Graph data) -> Folder (Unit Type) -> Folder (Sales Order)

 

This is so I can put the graph data into a folder, sort by the unit type and sort by the sales order.

 

I cannot attach the full vi, due to company policies, but I would love to know what I am doing wrong.

 

I was able to do the graph data-> sales order, but couldn't figure out how to put that third folder.

 

TIA

0 Kudos
Message 1 of 2
(492 Views)

The posted image is irrelevant. At the very least, post the part of your code where you build the folder name and create the subdirectory.

Nowadays it's not recommended to write data into the application subfolder, especially if the app is in the \Program Files system folder (I'm assuming it's Windows). Usually, you need special privileges to create/modify folders or files there. Nonetheless, if you are able to create a subdirectory, you should be able to do everything. Just build the complete path and use Create Folder.

 

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 2 of 2
(476 Views)