Hi,
My name is Ian. May i know is it possible to find out the date time before the file has been modified in Java? I mean the file has modified yesterday, then i modified the file again today. If i use lastModified() i just can get the date time for today. So is it possible to get the date time for yesterday which is the date time of a file before the file has been modified?
Comments
Leave a comment