[SOLVED]File manager open source?
[SOLVED]File manager open source?
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
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.
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.
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.
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.ne0h wrote:I'haven't resolved! :(
Can anyone give me another example?
-
- Posts: 160
- Joined: Wed Jul 12, 2006 7:09 am
Re: File manager open source?
Nanodesktop has 2 open source file managers ready for you.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
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.
-
- Posts: 160
- Joined: Wed Jul 12, 2006 7:09 am
Re: File manager open source?
I've post two time the same message. Sorry.
-
- Posts: 160
- Joined: Wed Jul 12, 2006 7:09 am
Nanodesktop is a free library. Internally, it provides differentne0h 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?
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.