lastModified property
      
      int
      get
      lastModified
      
    
    
The lastModified read-only property of the File interface provides
the
last modified date of the file as the number of milliseconds since the
Unix
epoch (January 1, 1970 at midnight). Files without a known last modified
date return the
current date.
Implementation
external int get lastModified;