rossati Active Member Licensed User Longtime User Feb 22, 2021 #1 Hi I have four images in asset folder that I tried to copy into DefaultExternal, but the File.ListFiles method returns also webkit and images that aren't files nor folders. This is just my curiosity because I can get around the problem. Thanks
Hi I have four images in asset folder that I tried to copy into DefaultExternal, but the File.ListFiles method returns also webkit and images that aren't files nor folders. This is just my curiosity because I can get around the problem. Thanks
DonManfred Expert Licensed User Longtime User Feb 22, 2021 #2 you can not use ListFiles on the Filesfolder. Every file you put there (and sync with the ide) ARE there when running your App. Upvote 0
you can not use ListFiles on the Filesfolder. Every file you put there (and sync with the ide) ARE there when running your App.
rossati Active Member Licensed User Longtime User Feb 22, 2021 #3 Thanks Don I suggest to insert this info in the context menu. Upvote 0