Description
-
Returns collection of processes that use this file.
Property type
-
An UpdProcesses
object.
Syntax
-
object.Processes
The Processes Property syntax has these parts:
| object |
An expression evaluating to an object
of type UpdFile. |
Remarks
-
Returns reference to collection of all processes that
are using this file. You can then Terminate,
Close
them, locate name of their EXE file etc. Your own application is
included on the process list, but you will not be able to call
Terminate on itself.
|