Retrieve the Application Path

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Collapse imageSyntax

C#
public static string ApplicationPath { get; }
Visual Basic
Public Shared ReadOnly Property ApplicationPath As String
	Get
Visual C++
public:
static property String^ ApplicationPath {
	String^ get ();
}

Collapse imageSee Also