Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff , TyRaNiD
realjoeeye1
Posts: 20 Joined: Sat Aug 30, 2008 10:24 pm
Post
by realjoeeye1 » Mon Sep 01, 2008 5:23 pm
I use fp=sceIoDopen to get an fp, and use sceIoDread(fp,dir) to recieve the dir entry. But it always return a negative means an error.
what is wrong?
My psp is slim, 4.01M33
Hellcat
Posts: 83 Joined: Wed Jan 24, 2007 2:52 pm
Post
by Hellcat » Mon Sep 01, 2008 5:36 pm
Did the Dopen succeed? WHAT error number is it giving you? Any code snippets of what you're doing? What are you trying to do at all? (besides reading a dir, which one?)
realjoeeye1
Posts: 20 Joined: Sat Aug 30, 2008 10:24 pm
Post
by realjoeeye1 » Mon Sep 01, 2008 6:33 pm
Problem solved!!
Thanks for replying!