| DateTime | TDateTime | |
| The full date and time to stamp files with. | ||
| Date | TDateTime | |
| The date to stamp files with. | ||
| Time | TDateTime | |
| The time to stamp files with. | ||
| SetFileTime | (filename: string): boolean | |
| This function attempts to set the time of the file and returns a success/failure status. | ||
| SetFilesTime | (filenames: TStrings): integer | |
| This function attempts to set the time of each file and returns the number that were successful. | ||
| OnTimestamp | TFileTimeEvent | |
| An event invoked when a file is successfully timestamped. | ||
| OnError | TFileTimeEvent | |
| An event is invoked when a file cannot be timestamped. This can occur if the file does not exist or is locked. | ||
Types
TFileTimeEvent: procedure(Sender: TObject; Filename: string) of object;
Copyright © 2000-2008 Simon Armstrong. All Rights Reserved.
Last Update
2008-08-07

