Hello,
I am working on a program that requires checking at each iteration of a loop whether or not a file exists. Currently, the only way I have found to accomplish this is by using a 1D search along with List Folder (other methods of checking the existence of the file return and error and stop executing if the file does not exist). However, the List Folder method seems to be rather slow, especially because the files are all in different folders and these folders are on a network.
Does anyone know of a vi that can take a path as input and return anything that can be used to determine if the file exists without crashing if the file does not exist?
Thanks!
Cameron