System.IOUtils.TPath.GetAppPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetAppPath: string; static;

C++

static System::UnicodeString __fastcall GetAppPath();

Properties

Type Visibility Source Unit Parent
function public
System.IOUtils.pas
System.IOUtils.hpp
System.IOUtils TPath

Description

Returns the path to the directory where the currently running application module is stored.


See Also