08-14-2006 02:44 PM
Hello to all
I am trying to learn how to detect folder change or file change event. So I do not have to keep watching every certain period of time. What I am doing is quite simple. I have two separate VI applications. First will acquire data from DAQ board and do the calculation. If there is any kind of error then it will create ErrorLog.txt file at specific folder. Now the second application will watch for ErrorLog.txt file. So instead of watching for an ErrorLog.txt file is there a way that I can detect folder change or file change event.
Thank you
08-14-2006 02:59 PM
08-25-2006 10:40 AM
Hello Jarrod
Thank you for your help, I looked the previous threads and download .NET Framework 2.0. Finally I am able to get it work.
Amit