LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

adding more text to a file path

I am looking to write to a .xls file and have the user choose the directory they wish to write it to.  So far I have used the file I/O functions to check if the folder exists and if not create the folder.  The problem I have is that the "write to spreadsheet file" requires both the directory and filename to be included and I just have a folder name. I have attached a simple example of what I'm trying to do. Could someone please tell me how to add the filename to the folder directory, i.e. have my VI output c:\test\file.xls  instead of just c:\test
0 Kudos
Message 1 of 3
(2,708 Views)
In the file io palettes use the build path vi.
Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
Message 2 of 3
(2,702 Views)
thanks paul!!
0 Kudos
Message 3 of 3
(2,693 Views)