02-02-2010 11:59 AM
I have a large application, where the user selectes "Test Archive" file when they begin to run tests. Problem is if they move that file before the test sequence is complet, the software will create a new file in the old location that only contains the new data.
I have tried setting the file premissions to be "read only", but some customers still manually reset the file to r/w and move it.
Ideally I would like to have the file marked as busy like what happens when you try and move a word file.
I have tried using the "Deny Access" vi, it throws a Error 1
I am running LV8.6 on XP. Any ideas?
Solved! Go to Solution.
02-02-2010 12:10 PM
Hmm... Quick and dirty test, and it seems to be OK:
Andrey.
02-02-2010 12:58 PM
I was trying to use it within a loop, should have had more coffee this morning.
Danke