Connecting Tech Pros Worldwide Help | Site Map

FindFirstFile w/ stl fstream

  #1  
Old July 23rd, 2005, 04:59 AM
coltrane
Guest
 
Posts: n/a
Does the stl have any functionality for iterating through directories,
i.e. findfirst findnext?

thanks for your help


john

  #2  
Old July 23rd, 2005, 04:59 AM
Sharad Kala
Guest
 
Posts: n/a

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


  #3  
Old July 23rd, 2005, 04:59 AM
Jeff Flinn
Guest
 
Posts: n/a

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


  #4  
Old July 23rd, 2005, 05:05 AM
coltrane
Guest
 
Posts: n/a

re: FindFirstFile w/ stl fstream


thanks, I didn't think of boost!

Closed Thread