Directory navigation?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
snow
Posts: 31
Joined: Sat Dec 15, 2007 12:34 pm

Directory navigation?

Post by snow »

I've seen the functions and samples of opening/closing, reading/writing but I wanted to know what libraries are available to navigate directories, query files, etc.
danzel
Posts: 182
Joined: Fri Nov 04, 2005 11:03 pm

Post by danzel »

Standard unix directory access functions are available on PSP:
http://opengroup.org/onlinepubs/0079087 ... endir.html

And the PSP Specific directory functions (sceIoDopen etc)
http://svn.ps2dev.org/filedetails.php?r ... rev=0&sc=0
http://svn.ps2dev.org/filedetails.php?r ... rev=0&sc=0
^^ also includes file stat functions, give it a read.
snow
Posts: 31
Joined: Sat Dec 15, 2007 12:34 pm

Post by snow »

Awesome, thanks. I just ran into the Dirent a minute after my post. Didn't know that the unix directory access API was available though.

Thanks again,
snow
Post Reply