Page 1 of 1

Change file time and date

Posted: Wed Apr 26, 2006 9:14 am
by Marco Turco
Hi,
I need to change the date and time of a file.

I tried with the SetFdate() FW's function but an "not implemented yet for 32 bit" error message appairs.

Is there any tourn-around available ?

Thanks in advance

Regards,

Marco Turco

Re: Change file time and date

Posted: Wed Apr 26, 2006 10:26 am
by Enrico Maria Giordano
Try SetDate( nDay, nMonth, nYear )

EMG