06-22-2011 03:11 PM
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.
06-22-2011 03:15 PM
File I/O >> Advanced File functions as a Copy function.
06-24-2011 07:21 AM
Thanks for the help. Apparently, I didn't look aroun good enough or missed it.