Hi Tom, On Monday, January 31, 2005, 3:11:52 AM, you wrote:
TC> Not all operating systems keep track of the creation date of a file, so to TC> keep REBOL scripts operating system independent only the last modification TC> date is accessible. Actually, >> get-modes %rebol.exe 'file-modes == [creation-date access-date modification-date owner-write archived hidden system] >> get-modes %rebol.exe 'creation-date == 5-Apr-2004/10:49:18+1:00 On systems without creation date for files, FILE-MODES will not return the CREATION-DATE mode. Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> -- REBOL Programmer Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/ -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
