Re: File Permission Error (8) when trying to delete file

2004-03-05 Thread Ben
Hi Don, I believe I heard Jean-Pierre explain this as having to do with the file system and delays in the file actually being closed. There are lots of things that cuase this delay while running in a Windows OS. This may be due to the fact that the file system does not know the file is closed

Re: File Permission Error (8) when trying to delete file

2004-03-05 Thread Robert M
Hello Don, Are you opening multiple files? If so, a href=3Dhttp://digital.ni.com/public.nsf/websearch/7A2BA0127EF8AB7B862565870= 04E35FB?OpenDocumentthis/a knowledge base may apply to your case. If this doesn=92t help, or if I=92m not correctly understanding your issue, please post the software

File Permission Error (8) when trying to delete file

2004-03-04 Thread DonRoth
I am trying to programmatically delete (using the delete fx) a config(.ini) file that was originally created using the Open/Create/Replace fx. The file directory path is correct and the file is closed prior to the delete operation. I get a file permission error (8) when attempting the delete

Re: File Permission Error (8) when trying to delete file

2004-03-04 Thread BJD1613
Don, could you post the code so we could have a look at it? thanks Brandon

Re: File Permission Error (8) when trying to delete file

2004-03-04 Thread DonRoth
The code is a subsection to source code of over 100 mb llb for our ultrasonic scanner. I am trying to figure out a creative way to form a simple version of the problem but whenever I craft a basic VI utilizing the delete fx, the delete operation works just fine So as of yet I am not able to