![]() |
Application.ExeName unter Android?
Hallo,
ich benötige den Pfad der aktuell laufenden App,
Delphi-Quellcode:
gibt es ja bei FMX / Android nicht...
ExtractFilePath(application.exename)
Wie bekomme ich den Pfad heraus? Danke Ciao Stefan |
AW: Application.ExeName unter Android?
.. geht ParamStr[0]?
Grüße Klaus |
AW: Application.ExeName unter Android?
ungetestet:
Delphi-Quellcode:
Result := JStringToString(TAndroidHelper.Context.getPackageCodePath);
|
AW: Application.ExeName unter Android?
Zitat:
|
AW: Application.ExeName unter Android?
TPath.GetLibraryPath sollte auch unter Android funktionieren.
![]() |
AW: Application.ExeName unter Android?
Danke!
Ciao Stefan |
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:47 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz