m_getfdt
This call gets the last modified date/time of the file fp and returns it to dateval.
- Syntax: int far m_getfdt(FCB far *fp, long far *pdateval)
- Parameters: FCB far *fp - Pointer to the file to obtain last modified date/time
long far *pdateval - Pointer to the location containing the format of
the date/time stamps in a DOS directory entry
- Returns: 0 - if successful
Any other value indicates an error condition.