LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

new directory permission

I'm developing a vi that will create a directory and then immediately create a text file inside the directory. The attached vi is what I have so far. I can create the folder, but any vi I use to write to the folder generates error 8 about file permissions. I have checked and set write permissions on the parent folder. Any ideas?
 
I'm using winxp pro with LabVIEW 7.1 
 
Tay
0 Kudos
Message 1 of 4
(2,930 Views)

Hi Tay,

what you try to do is to write the data to the folder. Use the build path vi to add a filename to the created folder path. This should be work.

Mike

0 Kudos
Message 2 of 4
(2,926 Views)

Hi Tay,

now i see that is not the only problem. If the first folder "Power Box Results" doesn´t exist, you have to create this one first. See the attachment.

Hope it helps.

Mike

0 Kudos
Message 3 of 4
(2,920 Views)

Hi Mike,

Nice fix! I see what I was missing! Thanks!

Tay

0 Kudos
Message 4 of 4
(2,912 Views)