Hey Guys, some weeks ago (before I lost my first rokr :'() I got a show** binary wich allow us to show a file browser (based on radiobuttons) with ease, I'll attach the binary file and the source code.
Big thanks to D1AB011C (Shen Jing) from it168 for making this useful application.It's kinda tricky to use but very flexible:
As first parameter, input:
0x00 for listing documents
0x10 for listing folders
0x40 to show hidden files
you make a sum with the options you want to use, and pass it to the binary. It gives you back the path of the file / folder selected
ShowFileBrowse Shows all the documents and folders starting from root folder, even the hidden files
ShowFileBrowse / 80Shows all the documents and folders starting from root folder, even the hidden files
ShowFileBrowse . 16Shows all the documents and folders on the current directory, only visible files
Well, those were the examples I got on it168; I'll make some tests later and post
my examples. Anyone else can do it...