The setfiletime procedure

Description

The setfiletime procedure sets the modification time of a file.

Parameter

  1. 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.
  2. The second parameter is an expression of integral type that specifies the hour part of the file modification time.
  3. The third parameter is an expression of integral type that specifies the minute part of the file modification time.
  4. 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