The setfiledate procedure
Description
The setfiledate procedure sets the
modification date of a
file.
Parameters
- The first parameter is an expression of
string type or char type
which is the name of the file whose modification date is to be set.
- The second parameter is an expression of
integral type that specifies the year part of the
file modification date.
- The third parameter is an expression of
integral type that specifies the month part (1 to 12) of
the file modification date.
- The fourth parameter is an expression of
integral typethat specifies the day part (1 to 31) of
the file modification date.
Portability
Operating Systems: All
Standard Pascal: No