0

Hello out there in B4A world! I'm trying to retrieve the timestamp from a file on the sd card. The function 'files' doesn't have a timestamp method but I see the usage of things like file timestamp in ftp operations. What am I missing?! Thanks

1 Answers1

1

You can use File.LastModified to get the timestamp. I think that this method was added in B4A v1.5 or v1.6.

Community
  • 1
  • 1
Erel
  • 1,802
  • 2
  • 15
  • 58
  • Thanks Erel, I am using that method, I must be doing something else wrong in my code using the DateTime.Date function. – dagnabitboy Nov 06 '11 at 19:48