03-05-2009 02:14 AM
03-05-2009 02:19 AM
The OpenG toolkit has a function 'Create dir if non-existent', you feed this function the folder (c:\abc) and the folder will exist after this piece of code.
Then you can use the native read/write functions to create or open the file.
Ton
03-05-2009 02:22 AM
03-05-2009 04:27 PM
There's also a VI that ships with LabVIEW that does this:
vi.lib\utility\libraryn.llb\Create Directory Recursive.vi