Unit: 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
- The returned path includes a trailing path delimiter
- This helper does not check whether any PDFium DLL is present
Example
AppPath := GetApplicationPath;
See Also