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

[REBOL] Re: Size?

From: antonr::lexicon::net at: 13-Dec-2004 0:29

INFO? only gives you a subset of available file information. A set which is very cross-platform. But see this:
>> get-modes %rebol.exe get-modes %afile 'file-modes
== [creation-date: 19-Aug-2003/12:21:03+11:00 access-date: 12-Dec-2004/23:32:12+11:00 modification-date: 31-May-2003/16:0 4:03+11:00... These can be different depending on the host file-system. Anton.