<p>Am 21.02.2016 19:36 schrieb "Michalis Kamburelis" <<a href="mailto:michalis.kambi@gmail.com">michalis.kambi@gmail.com</a>>:<br>
> ><br>
> > 1) All the file I/O in the FPC RTL is not available so what possible work arounds are there for loading data from files?<br>
><br>
> Actually, all the IO in FPC works perfectly. You can read / write<br>
> files just like on any other Unix (although you need to declare<br>
> appropriate permissions in the AndroidManifest.xml first ---<br>
> READ_EXTERNAL_STORAGE , WRITE_EXTERNAL_STORAGE, otherwise access to<br>
> "/sdcard/..." files will be restricted). For example, config files are<br>
> just normal files on Android. You only use a special function to get<br>
> the proper config file location, but this is done for you by CGE, you<br>
> just use CastleFilesUtils.ApplicationConfig:)</p>
<p>I think he means on FPC's JVM target. There file I/O using Write/Read is indeed not implemented.</p>
<p>Regards,<br>
Sven</p>