[android-developers] Timestamp of a file in internal memory(Android phone)

2012-10-08 Thread Archana
Hi, is there a way to get the timestamp of a file in the internal memory of phone? Or how do I compare latest of 2 files in 2 instances of the emulator? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Timestamp of a file in internal memory(Android phone)

2012-10-08 Thread Mark Murphy
On Mon, Oct 8, 2012 at 8:01 AM, Archana ramalingam.arch...@gmail.com wrote: Hi, is there a way to get the timestamp of a file in the internal memory of phone? java.io.File has methods for this (e.g., lastModified()). Or how do I compare latest of 2 files in 2 instances of the emulator? Not

Re: [android-developers] Timestamp of a file in internal memory(Android phone)

2012-10-08 Thread Archana
Thank you! On Monday, October 8, 2012 3:10:24 PM UTC+3, Mark Murphy (a Commons Guy) wrote: On Mon, Oct 8, 2012 at 8:01 AM, Archana ramalinga...@gmail.comjavascript: wrote: Hi, is there a way to get the timestamp of a file in the internal memory of phone? java.io.File has methods