PDFium Component Docs

GetApplicationPath 함수

유닛: PDFium
PDFium DLL 검색의 첫 루트로 사용하는 실행 파일 폴더를 반환합니다

Syntax

function GetApplicationPath: string;

Parameters

None

Return Value

string

Description

GetApplicationPath returns the directory of the running executable as used by the PDFium DLL search policy

Use it when diagnostics need to show where LoadPDFiumDll starts searching

Remarks

Example

AppPath := GetApplicationPath;

See Also

LoadPDFiumDll, FindDllInPath, FindDllInDllsTree