Title: Message
If I use FileSetDate to set the date/time of the destination file, using the value I got for the source file (calling eg FileAge) does it set the same date/time if the source and destination file systems are different types (eg FAT32/NTFS) ? 
 
Anyone know off the top of their head if this number is filesystem dependent or not?
 
 

John

-----Original Message-----
From: Conor Boyd [mailto:[EMAIL PROTECTED]
Sent: Friday, 22 September 2006 10:51 a.m.
To: [EMAIL PROTECTED]; NZ Borland Developers Group - Delphi List
Subject: RE: [DUG] Copying files problem

You could still use the FileStream technique and just touch the time stamps as required using FileSetDate in SysUtils?
 
C.


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Bird
 
The main reason I wanted to use an API method (ie copying a file rather than using FileStream etc to copy the data) is I want to preserve the date and time filestamps on the files, as I do a smart copy - only copying files that have a later modification date.

[snip]



__________ NOD32 1.1461 (20060329) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.com
_______________________________________________
Delphi mailing list
[email protected]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to