Back to product page

Filename property


Holds full path of the process filename.

Type

A String value

Syntax

  • Basic
object.Filename
The Filename(object) syntax has these parts:
objectAn expression evaluating to an object of type UpdProcess.

Remarks

This property holds path and filename of the executable file for the process. You can use this value to access other processes EXE directly and perform some operations on it, if necessary. However, it is very likely that EXE file will be locked as long as that process is running. If you want to terminate it, use Terminate or Close methods.

Platforms

Windows