file-manager

Free open source asp.net file managers?

Any good ones? So far I have found IZWebFileManager, OXFileManager and AWS File Picker. The file manager should be able to delete, copy, rename, download & upload files. ...

Programmatically set custom folder/directory icon in Linux

In Linux, can one set a custom icon for a folder/directory as it appears in a desktop/file manager? For example for Windows Explorer one can set a custom icon in the folder's desktop.ini file? If so, is there a common mechanism or API function to do this (that is perhaps common among distros/desktops/file managers)? I would like to do...

Access Android 1.5 browser's gears-created database localy

I created a database via javascript using Google Gears on Android 1.5 and I'd like to access directy the sqlite file to look inside it whitout using Gears. I found several "File Browser" but they only browse the SD card. Is there a way to fetch it from the phone file system? I have an HTC Dream running Androis 1.5. Thank you! ...