I wish to use the following routines to scan a file structure and change the date and time values of all the files encountered.<br><br><i>int __fastcall FindFirst(const System::AnsiString Path, int Attr, TSearchRec &F);<br>int __fastcall FindNext(TSearchRec &F);</i><br><br>My question is, is there an alternative method for changing the file date and time instead of using the function below?<br><br><i>#include <io.h><br>int setftime(int handle, struct ftime *ftimep);</i><br><br>Any help will be much appreciated. In anticipation, thank you.<br>