Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: creation date-time of file?

From: tomc::darkwing::uoregon::edu at: 30-Jan-2005 18:11

the Users guide http://www.rebol.com/docs/core23/rebolcore-12.html#section-7.4 in section 7.4 File Modification Date, says: To obtain the last modification date of a file, use the modified? function: print modified? %file.txt 30-Jun-2000/14:41:55-7:00 Not all operating systems keep track of the creation date of a file, so to keep REBOL scripts operating system independent only the last modification date is accessible. On Sun, 30 Jan 2005 sags-apollo.lv wrote: