G Guest Feb 25, 2004 #1 H how can I detect (in VB.NET) if a file is already opened by another process Thank Sam
B Bryan Martin Feb 25, 2004 #2 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.
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.
C Cor Feb 25, 2004 #3 Hi Sam, It is pretty easy, here a sample from Tom Shelton. http://groups.google.com/groups?selm=#[email protected] Cor
Hi Sam, It is pretty easy, here a sample from Tom Shelton. http://groups.google.com/groups?selm=#[email protected] Cor