[SOLVED]File manager open source?

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

Moderators: cheriff, TyRaNiD

Post Reply
ne0h
Posts: 386
Joined: Thu Feb 21, 2008 2:15 am

[SOLVED]File manager open source?

Post by ne0h »

Excuse me,
i'm writing a file manager, but i don't know some function, there are a File Manager open source? Or a programm that show the current file in a directory and you can select one of them!
I've try too much but all the function will be slow
Last edited by ne0h on Wed Mar 26, 2008 12:19 am, edited 1 time in total.
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

The PSP can use posix functions. There are also sce functions as well. There's plenty of source code out there that uses both. For example, Doom for the PSP has a file requester that fetches all the files and directories in a particular directory and displays them. You can then select a file, or navigate into another directory. You'll find all the file requester code in the reqfile.c file. It uses some functions for printing that are in psp_main.c as well.

http://groups.google.com/group/chilly-w ... .zip?hl=en

There are many other programs with source you can look at as well. Just try some programs and see if you like their file requester, then check out the code.
ne0h
Posts: 386
Joined: Thu Feb 21, 2008 2:15 am

Post by ne0h »

I'haven't resolved! :(

Can anyone give me another example?
ne0h
Posts: 386
Joined: Thu Feb 21, 2008 2:15 am

Post by ne0h »

Please..
fungos
Posts: 41
Joined: Wed Oct 31, 2007 10:43 am
Location: cwb br
Contact:

PhysicsFS

Post by fungos »

ne0h
Posts: 386
Joined: Thu Feb 21, 2008 2:15 am

Post by ne0h »

???
J.F.
Posts: 2906
Joined: Sun Feb 22, 2004 11:41 am

Post by J.F. »

ne0h wrote:I'haven't resolved! :(

Can anyone give me another example?
There's plenty of open source programs for the PSP out there. Now is the time when you do RESEARCH and collect the info YOURSELF. Then you do your own code, and if you have a problem with something specific, THEN we help some more. We aren't here to teach you the basics, and simple file lists are pretty basic.
pegasus2000
Posts: 160
Joined: Wed Jul 12, 2006 7:09 am

Re: File manager open source?

Post by pegasus2000 »

ne0h wrote:Excuse me,
i'm writing a file manager, but i don't know some function, there are a File Manager open source? Or a programm that show the current file in a directory and you can select one of them!
I've try too much but all the function will be slow
Nanodesktop has 2 open source file managers ready for you.
So, you could download Nanodesktop source code and you'll
find the informations that you need.

I've a propose for you. If you write a good file manager, I'd
incorporate it in the next version of nd. What do you think about ?
Last edited by pegasus2000 on Tue Mar 25, 2008 5:03 am, edited 1 time in total.
pegasus2000
Posts: 160
Joined: Wed Jul 12, 2006 7:09 am

Re: File manager open source?

Post by pegasus2000 »

I've post two time the same message. Sorry.
ne0h
Posts: 386
Joined: Thu Feb 21, 2008 2:15 am

Post by ne0h »

Thanks, but i've just writed a my function, so i don't need any src...
Probably i've don't understand the question, Nanodesktop is not a "compiler"?
You wan't the source of my File Manager?
pegasus2000
Posts: 160
Joined: Wed Jul 12, 2006 7:09 am

Post by pegasus2000 »

ne0h wrote:Thanks, but i've just writed a my function, so i don't need any src...
Probably i've don't understand the question, Nanodesktop is not a "compiler"?
You wan't the source of my File Manager?
Nanodesktop is a free library. Internally, it provides different
functions and, of course, some file managers.

The actual nd has already 2 file managers that are working, but
the API allows the adding of new file managers, at condition that
these are compliant with some specifications.

So, if you like about it, we could integrate the code of your file
manager in nd source code. So, all nd applications can utilize
your file manager internally.
ne0h
Posts: 386
Joined: Thu Feb 21, 2008 2:15 am

Post by ne0h »

Maybe in the next relase, i'm learning programming...

Excuse me for my english!
Post Reply