Save new file

File Manager/Explorer for Android devices.
Post Reply
androidguy
Posts: 3
Joined: Mon Nov 15, 2010 8:27 am
AntiSpam sum: 8

Save new file

Post by androidguy »

I have seen that you guys have added new file saving option, could you plz let me know how can i call intent to use new file saving functionality


Please reply urgently as i am implementing this into my project!

Regards,
AndroidGuy

support
Posts: 853
Joined: Sun Apr 20, 2008 4:40 pm

Re: Save new file

Post by support »

You can just open a file chooser for any purpose. Sample is available at the bottom of:
http://www.lysesoft.com/products/andexplorer/index.html

androidguy
Posts: 3
Joined: Mon Nov 15, 2010 8:27 am
AntiSpam sum: 8

Re: Save new file

Post by androidguy »

I think I am failed to explain the actual issue, therefore I am elaborating the whole scenario as much as I can, hope it will be helpful

I am developing a project and reading/writing text file is the part of my project, where user can open an existing text file and also will be able to create a new text file and save to a location of his/her choice, now I need to know that how can I fulfill following requirements using AndExplorer.

1. User can browse SD Card as well as Phone memory
2. Restrict user to open file only
3. Display only files with “txt, csv” extension
4. Save new file option
a. User can browse to a path and he/she will be prompt for a file name
b. User can be restricted for a certain file type e. g .txt, .csv etc

Thanks & regards,
AndroidGuy

Post Reply