The setfiletime procedure
Description
The setfiletime procedure sets the
modification time of a
file.
Parameter
- The first parameter is an expression of
string type or char type
which is the name of the file whose modification time is to be set.
- The second parameter is an expression of
integral type that specifies the hour part of the
file modification time.
- The third parameter is an expression of
integral type that specifies the minute part of
the file modification time.
- The fourth parameter is an expression of
integral typethat specifies the second part of
the file modification time.
Portability
Operating Systems: All
Standard Pascal: No