realbasic-nug
[Top] [All Lists]

Re: Folder items/files

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Folder items/files
From: Gerd Wilmer <gerd at landmarktravel dot com dot au>
Date: Mon, 31 Dec 2001 08:39:52 +1100
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>



<Prev in Thread] Current Thread [Next in Thread>