m_putfdt
This call sets the modified date of the file fp to dateval.
- Syntax: int far m_putfdt(FCB far *fp, long dateval)
- Parameters: FCB far *fp - Pointer to the file to set with modified date/time stamp
long dateval - The format of dateval is that of date/time stamps in DOS
directory entries.
- Returns: 0 - if successful
Any other value indicates an error condition.