Package.GetExecutionPath Method

Definition

Returns the execution path of the current package.

public:
 virtual System::String ^ GetExecutionPath();
public string GetExecutionPath ();
abstract member GetExecutionPath : unit -> string
override this.GetExecutionPath : unit -> string
Public Function GetExecutionPath () As String

Returns

The execution path of the current package.

Implements

Applies to