![]() |
Android 5 GetHomePath
Hallo!
Normalerweise hole ich mir das HomeDir der App mit:
Delphi-Quellcode:
Scheinbar funktioniert das nicht mehr mit Android 5...
Result := TPath.GetDocumentsPath + PathDelim;
Kennt jemand die Änderung? Mavarik |
AW: Android 5 GetHomePath
42 ist dann scheinbar die Lösung ...
Was funktioniert nicht?
Delphi-Quellcode:
ist sowas von pfui. Wenn man den Pfad mit irgendetwas kombinieren möchte, dann nimmt man die sprechende Methode
PathDelim
![]() |
AW: Android 5 GetHomePath
Zitat:
|
AW: Android 5 GetHomePath
Wenn man das schon so machen will, dann verwendet man doch bitte
Delphi-Quellcode:
TPath.DirectorySeparatorChar
|
AW: Android 5 GetHomePath
Zitat:
Zitat:
Delphi-Quellcode:
Mit noch ein bisschen darum....
Result := Path1 + DirectorySeparatorChar + Path2
Problem liegt aber wo anders... Ich versuche die Stelle noch zu ermitteln... Daher: "Den Rest des Thread sehe ich als erledigt an!" :roll: Mavarik |
AW: Android 5 GetHomePath
Zitat:
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 19:58 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 by Thomas Breitkreuz