01-30-2006 10:43 AM
01-30-2006 10:47 AM
I think the Create Directory Recursive.vi that is available in vi.lib\utility\libraryn.llb will help you. This VI will create a folder on disk, and if necessary, will also create any parent folders of that folder that do not yet exist. If the entire folder hierarchy that you are attempting to create exists, then this VI is essentially a no-op. You can look at the diagram of this VI if you would prefer to write this yourself, but need help knowing what File I/O functions to use, and what parameters to specify on those functions.
Good luck,
-D
01-30-2006 01:33 PM
Hi Darren,
The vi was exactly what I was looking for. Thank you!