This should work, but keep in mind that the first three files in a folder are
invisible system
files.
Your loop should start at 4
Gerd Wilmer
Beanhead wrote:
> Hi all. I'm a newbie to RealBasic, so please forgive me if this is
> something really simple. I've researched the manual and developer's
> guide with no (obvious?) luck.
>
> Objective: Open a folder containing a bunch of images and display them
> in the order they appear in the folder.
>
> Problem: I haven't figured out how to access the contents of a folder
> in a way that lets me access it's contents in a sequential order.
> Psuedo code of intent is as follows:
>
> Open folder
> For i = 1 to NumOfPicsInFolder
> DisplayPic
> Next
>
> Any advice would be appreciated. Thanks!
>
> Bean.
>
> ---
> Subscribe to the digest:
> <mailto:realbasic-nug-digest at lists dot realsoftware dot com>
> Unsubscribe:
> <mailto:realbasic-nug-off at lists dot realsoftware dot com>
|