Hi Thorsten, On Friday, October 14, 2005, 1:15:40 PM, you wrote:
TM> is there a way in REBOL to find out the date, when a file was created? TM> Like "modified?" ??? >> get-modes %rebol.exe 'file-modes == [creation-date access-date modification-date owner-write archived hidden system] >> get-modes %rebol.exe 'creation-date == 8-Jun-2005/13:20:37+2:00 Regards, Gabriele. -- Gabriele Santilli <[EMAIL PROTECTED]> --- http://www.rebol.com/ Colella Chiara software division --- http://www.colellachiara.com/ -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
