Directory navigation?
Directory navigation?
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.
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.
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.