Hello,
I am interested in checking a specific network location for Excel files. Those file have a mask like part1_part2_part3.xlsx. I need to make sure that none of the files matching that mask are opened. If they one or more are opened by a user/process/application,
I need to forcefully shut down the connection/remove the file, so that I am able to overwrite it.
Can anyone chime in on how I may achieve such result?
Thank you