Getting files in a directory

Hi,
I was wondering if anyone knew what the function was to get a list of
files in a directory, or even to just get file by file?
I have had no luck searching the help for search and find, does anyone
have any suggestions as to what it might be under?

Chris Nasr
cnasr[at]mechtronix[dot]ca
Mechtronix Systems Inc.

Chris Nasr <cnasr@mechtronix.ca> wrote:

Hi,
I was wondering if anyone knew what the function was to get a list of
files in a directory, or even to just get file by file?
I have had no luck searching the help for search and find, does anyone
have any suggestions as to what it might be under?

Chris Nasr
cnasr[at]mechtronix[dot]ca
Mechtronix Systems Inc.

Look under:

opendir()
readdir()

Cheers,
-RK


Robert Krten, PARSE Software Devices +1 613 599 8316.
Realtime Systems Architecture, Books, Video-based and Instructor-led
Training and Consulting at www.parse.com.
Email my initials at parse dot com.

Use readdir().

“Chris Nasr” <cnasr@mechtronix.ca> wrote in message
news:3CA1E908.6040904@mechtronix.ca

Hi,
I was wondering if anyone knew what the function was to get a list of
files in a directory, or even to just get file by file?
I have had no luck searching the help for search and find, does anyone
have any suggestions as to what it might be under?

Chris Nasr
cnasr[at]mechtronix[dot]ca
Mechtronix Systems Inc.

Thanks, just what I was looking for, much appreciated.

Robert Krten wrote:

Chris Nasr <> cnasr@mechtronix.ca> > wrote:

Hi,
I was wondering if anyone knew what the function was to get a list of
files in a directory, or even to just get file by file?
I have had no luck searching the help for search and find, does anyone
have any suggestions as to what it might be under?


Chris Nasr
cnasr[at]mechtronix[dot]ca
Mechtronix Systems Inc.


Look under:

opendir()
readdir()

Cheers,
-RK