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
Asked
Active
Viewed 1,102 times
1 Answers
1
You can use File.LastModified to get the timestamp. I think that this method was added in B4A v1.5 or v1.6.
-
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