newbie: Detect if a file is already opened

  • Thread starter Thread starter Guest
  • Start date Start date
A generally used approach is to open it and catch the error if it exists.
You can query WMI though to see what process has a file.
 
Back
Top