Connecting Tech Pros Worldwide Help | Site Map

FindFirstFile w/ stl fstream

coltrane
Guest
 
Posts: n/a
#1: Jul 23 '05
Does the stl have any functionality for iterating through directories,
i.e. findfirst findnext?

thanks for your help


john

Sharad Kala
Guest
 
Posts: n/a
#2: Jul 23 '05

re: FindFirstFile w/ stl fstream



"coltrane" <tendengarci@yahoo.com> wrote in message
[color=blue]
> Does the stl have any functionality for iterating through directories,
> i.e. findfirst findnext?[/color]

No. Look at Boost::Filesystem library.

Sharad


Jeff Flinn
Guest
 
Posts: n/a
#3: Jul 23 '05

re: FindFirstFile w/ stl fstream



"coltrane" <tendengarci@yahoo.com> wrote in message
news:1115298041.448122.82780@o13g2000cwo.googlegro ups.com...[color=blue]
> Does the stl have any functionality for iterating through directories,
> i.e. findfirst findnext?
>
> thanks for your help[/color]

See the boost filesystem library at:

http://www.boost.org/libs/filesystem/doc/index.htm

Jeff Flinn


coltrane
Guest
 
Posts: n/a
#4: Jul 23 '05

re: FindFirstFile w/ stl fstream


thanks, I didn't think of boost!

Closed Thread