Filename Property
      
 

Description

Holds full path of the process filename.


Property type

A String value.  


Syntax

object.Filename



The Filename Property syntax has these parts:

Part Description
object An 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.