realbasic-nug
[Top] [All Lists]

Folder items/files

To: REALbasic Network Users Group <realbasic-nug at lists dot realsoftware dot com>
Subject: Folder items/files
From: Beanhead <RealBasicNews at bolen dot net>
Date: Sun, 30 Dec 2001 15:23:41 -0600
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.



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