mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 04:50:51 +01:00
* android: Create app files dir if needed.
git-svn-id: trunk@34356 -
This commit is contained in:
parent
0adfe669aa
commit
7756dab2bf
@ -1453,7 +1453,10 @@ begin
|
||||
Result:='/data/data/' + Result;
|
||||
IsJniLibrary:=DirectoryExists(Result);
|
||||
if IsJniLibrary then
|
||||
Result:=Result + '/files/'
|
||||
begin
|
||||
Result:=Result + '/files/';
|
||||
ForceDirectories(Result);
|
||||
end
|
||||
else
|
||||
Result:=''; // No package
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user