PDFium Delphi Component Docs

FindDllInDllsTree funkcija

Unit: PDFium
Pretražuje mape DLLs\Win32 ili DLLs\Win64 ispod početne putanje

Sintaksa

function FindDllInDllsTree(const DllName, StartPath, SubDir: string): string;

Parametri

DllNamestring
StartPathstring
SubDirstring

Povratna vrijednost

string

Opis

FindDllInDllsTree penje se od StartPath prema gore i pretražuje mape DLLs\SubDir tražeći zatraženu PDFium DLL datoteku

Podržava rasporede aplikacija u kojima se izvršne datoteke nalaze ispod repozitorija ili instalacijskog izlaznog stabla

Napomene

Primjer

DllPath := FindDllInDllsTree('pdfium.dll', GetApplicationPath, 'Win64');

Vidi također

FindDllInPath, LoadPDFiumDll, IsWin64