Will calling a File.Exist put a lock on a file?
- by yaya7
Hi,
If I am trying to delete a file, but at the same time another process is performing a File.Exists(...) on the same file, will that potentially lock the file and cause my process to fail?