DELPHI下使用FileSetDate()函式修改檔案的”修改日期” « No Money No Honey
Delphi下使用function FileSetDate(Handle: Integer; Age: Integer): Integer; overload;函式修改檔案的”修改日期”: 參考:http://delphi.ktop.com.tw/board.php?cid=30&fid=70&tid=37667 procedure TForm1.Button1Click(Sender: TObject); Var FileHandle : Integer;
blog.infinity.idv.tw |