How to read a bundled file from an iOS app using Delphi/Freepascal

322 Views Asked by At

I have a *.txt file bundled in my iOS app and need to read its content. I already found this Objective-C code:

NSString *myFilePath = [[NSBundle mainBundle] pathForResource:@"MyFile" ofType:@"txt"];

Is there a working Delphi-sollution?

0

There are 0 best solutions below