Dir itteration

Something i myself would love to have is a way to itterate trough a dir
obtaining file attributes ect. and getting sub-dirs with generalised SDL
functions.

Is this already in SDL and are there plans for such a feature if not ?

My 5 Cents :slight_smile:

RM

Dinand Vanvelzen wrote:

Something i myself would love to have is a way to itterate trough a dir
obtaining file attributes ect. and getting sub-dirs with generalised SDL
functions.

Is this already in SDL and are there plans for such a feature if not ?

My 5 Cents :slight_smile:

RM

I am currently using PhysFS (which was recommended to me people recently
on this very list) It can be obtained at http://icculus.org/physfs.
Hope this meets your needs.

Dinand Vanvelzen wrote:

Something i myself would love to have is a way to itterate trough a dir
obtaining file attributes ect. and getting sub-dirs with generalised SDL
functions.

Is this already in SDL and are there plans for such a feature if not ?

I am currently using PhysFS (which was recommended to me people recently
on this very list) It can be obtained at http://icculus.org/physfs.

Another library that offers platform independant directory iterators is
Boost ( www.boost.org ) , which is written in C++

MartinOn Thu, 17 Oct 2002 20:21:15 -0400, James Turk wrote: