Rename won't work because they are on different file system. You'll have to physically copy from one to the other.
yves...@gmail.com wrote: > 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 android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---