Hi everyone,
I ma trying to write a VB Script checking if a particular file is locked by
other process, that is, if the handle exists.
I have tried using WMI cim_datafile and Win32_Process files but I did not
found anything useful.
The only example I found uses .Net Framework
ManagementBaseObject.GetRelated() method which does not seem to have an
equivalent available from VB Script.
Tom