I want to move some files from sdcard to /data/data/myapp/files
folder, I can use OpenInputFile and OpenOutputFile and write to it,
then delete the original one. But it is slow, so, I tried to use
oldFile.Rename(newFile), but it always return false. Any idea? The
reason I am doing this is to hide some files from my sdcard, so,
nobody can see them.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to