Back to product page

Processes property


Returns collection of processes that use this file.

Type

An UpdProcesses object

Syntax

  • Basic
object.Processes
The Processes(object) syntax has these parts:
objectAn 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.

Platforms

Windows