LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically open a file and save it in a new directory

To start off, I'm relatively new to LabVIEW and did a couple searched about this and couldn't find anything pertaining to what I wanted.

 

Right now I have an event structure where I click a button and the file dialog comes up.  I then select a CAN database file.

 

After that is done I'd like to save the file to the program's directory and save the relative path to an array/spreadsheet/whatever (I haven't decided what would be the most appropriate yet).  Saving the relative path is the easy part.  After opening the file, I can't seem to find anything that will let me programmatically save it to another location.

 

Does anyone know how to do this?  Thank you for the help.

0 Kudos
Message 1 of 3
(2,134 Views)

File I/O >>  Advanced File functions as a Copy function.

0 Kudos
Message 2 of 3
(2,131 Views)

Thanks for the help.  Apparently, I didn't look aroun good enough or missed it.

0 Kudos
Message 3 of 3
(2,105 Views)