02-07-2013 07:00 AM
Yeah, they changed it somewhere along the way (I think going into 8.0). The New Folder should be it.
02-07-2013 07:03 AM
in my case error 10 is duplicate path...is that?
02-07-2013 09:31 AM
@gigi85 wrote:
in my case error 10 is duplicate path...is that?
yep
02-07-2013 09:48 AM
do you think is correct? i can't test it now 😞
from datalog file name i have a relative path that i would add to datalog path
PS: why i have to monitor error out coming out from create new dir?
is it possible don't consider errors in and out from craetenewdir? erasing totally them...
02-08-2013 01:34 AM
it doesn't work 😞
02-08-2013 06:06 AM
Instead of complaining that it doesnt work, please try and do some debugging on your code and post messages with a bit more information.
http://www.ni.com/gettingstarted/labviewbasics/debug.htm
http://k12lab-support-pages.s3.amazonaws.com/lvadvancedhome1.html
If not at least get a more current version of Labview so that people here can help you.
02-08-2013 06:46 AM
it doens't create the folder, or the file...nothing
and i can't use a better labview
02-09-2013 07:34 AM
It sounds like they changed the create folder going to LabVIEW 8. You need to create each folder going down to your final subfolder. The most common trick I've seen to do this is to use the Strip Path in a while loop. Have the resulting paths autoindex out and stop the loop when you get a Not A Path. You can then reverse the array and create the folders in a FOR loop (autoindex on the array of paths).
02-09-2013 09:45 AM
@crossrulz wrote:
You need to create each folder going down to your final subfolder. The most common trick I've seen to do this is to use the Strip Path in a while loop. Have the resulting paths autoindex out and stop the loop when you get a Not A Path. You can then reverse the array and create the folders in a FOR loop (autoindex on the array of paths).
Anyone wants to play a game of 'predict the next question'?