Hi all,
One application running in other computer try to save a text file (A.txt) to a network folder, and a local labview program will copy A.txt to local drive and rename it as B.txt. Sometimes, it takes long for the A.txt to be saved to the netwrok folder and sometimes it is fast. But the labview program doesn't know when the file output is done. So it will sometimes copy the incomplete file. Is that any way to tell if the file being copied is opened by any other application so to tell when should the labview code start to copy the file? Thanks.