The setfiledate procedure

Description

The setfiledate procedure sets the modification date of a file.

Parameters

  1. 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.
  2. The second parameter is an expression of integral type that specifies the year part of the file modification date.
  3. The third parameter is an expression of integral type that specifies the month part (1 to 12) of the file modification date.
  4. 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