Hi all!

Hi all! My Android app has an asset that could be necessary to be re-downloaded. On deploy process we put it there and later the user can/must download a new version.
Using TPath.GetDocumentsPath is where I get access to it (ie., if it is a database we use that to point it to be opened), but can I access the file at that location directly in intend to handle it? I need to rename it to old file, get the new one and activate as the new one.
The process don't raises any error but seems not be working.
Just want to know if it is possible, if yes I will dig to know what is going on here, if not possible I will try another approach.
Thanks!

Comments