<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>31 Oct 2016 14:45:00 Z</lastBuildDate><pubDate>31 Oct 2016 13:22:00 Z</pubDate><description>Hello all,&#13;
&#13;
For my iOS application I try to make some sort of file explorer (Gallery for pictures).&#13;
It is basically the same application as an Android project, which I previously created.&#13;
&#13;
For the Android project the fListFile() method does return a string with the different files in the stated directory. Nevertheless, in both the iOS emulator and an actual device this appears to be blank.&#13;
&#13;
Did some of you encounter the same problem or did I forget something? If this is not the case, is there some work around method?&#13;
My test code looks as follows:&#13;
GnFotoiOS is string = fCurrentDir()+"/Gallerij/" //Basically: Documents/Gallerij/ IF NOT fDirectoryExist(GnFotoiOS) THEN fMakeDir(GnFotoiOS) Info(fDirectoryExist(GnFotoiOS)) //Results: 1 Info(fListFile(GnFotoiOS)) //Results: Nothing although there are files Info(fCreate(GnFotoiOS+"test.txt")) //Creates test files &gt; Results: identifier (file is created) Info(fListFile(GnFotoiOS)) //Results: Nothing although there are files + test file&#13;
Thanks in advance,&#13;
Rik</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60181-wm20-flistfile-does-not-work-for-ios/read.awp</link><title>[WM20] fListFile does not work for iOS</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60181-wm20-flistfile-does-not-work-for-ios-60184/read.awp</comments><pubDate>31 Oct 2016 14:45:00 Z</pubDate><description>Hello Fabrice,&#13;
&#13;
Thought it was just an optional parameter.&#13;
It does function now, thank you very much!!&#13;
&#13;
Regards,&#13;
Rik</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60181-wm20-flistfile-does-not-work-for-ios-60184/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60181-wm20-flistfile-does-not-work-for-ios-60184/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60181-wm20-flistfile-does-not-work-for-ios/read.awp">[WM20] fListFile does not work for iOS</source><title>Re: [WM20] fListFile does not work for iOS</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60181-wm20-flistfile-does-not-work-for-ios-60183/read.awp</comments><pubDate>31 Oct 2016 14:36:00 Z</pubDate><description>Hi&#13;
&#13;
The real question is why it's working anywhere with that code.&#13;
In fListFile, you are supposed to indicate the type of fil…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60181-wm20-flistfile-does-not-work-for-ios-60183/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60181-wm20-flistfile-does-not-work-for-ios-60183/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60181-wm20-flistfile-does-not-work-for-ios/read.awp">[WM20] fListFile does not work for iOS</source><title>Re: [WM20] fListFile does not work for iOS</title></item></channel></rss>
