Class TModulePath

Unit

Declaration

type TModulePath = class(TObject)

Description

Encapsulates the file path of the currently executing DLL/EXE

Hierarchy

Overview

Properties

Public class property DLL: string read GetDllDir;
Public class property DLLBaseName: string read GetDllBaseName;
Public class property DLLFullName: string read GetDll;

Description

Properties

Public class property DLL: string read GetDllDir;

The directory path of this DLL/EXE

Public class property DLLBaseName: string read GetDllBaseName;

The name of this DLL/EXE, without the file extension

Public class property DLLFullName: string read GetDll;

The full file path of this DLL/EXE