m_copydt
This function copies the date and time modified values from fpsrc to fpdest, both of which must refer to files opened through System Manager open calls.
- Syntax: int far m_copydt(FILE far *fpsrc, FILE far *fpdest)
- Parameters: FILE far *fpsrc - Pointer to source file to obtain date and time
FILE far *fpdest - Pointer to destination file to receive date and time
- Returns: 0 - if successful
Any other value indicates an error condition.