This can help you: >> get-modes %"" 'file-modes == [creation-date access-date modification-date owner-write archived hidden system] >> write %afile "hi" >> get-modes %afile get-modes %"" 'file-modes == [creation-date: 13-May-2004/22:42:32+10:00 access-date: 13-May-2004/22:43:15+10:00 modification-date: 13-May-2004/22:43:15+10:00... >> set-modes %afile [creation-date: 12-May-2004/0:00:00+10:00] >> get-modes %afile get-modes %"" 'file-modes == [creation-date: 12-May-2004/0:00+10:00 access-date: 13-May-2004/22:44:26+10:00 modification-date: 13-May-2004/22:43:15+10:00 own... >> get-modes %afile [creation-date] == [creation-date: 12-May-2004/0:00+10:00]
Anton. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of > Cybarite > Some months ago, there was a discussion here about maintaining > file timestamps when copying files with REBOL's write %copy read %source. > > Was the resolution that it can be done? If so, what achieves this? -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.