This method is specific to version 3, or higher, of the OS/2 operating system.
This instance method returns the date information from the given file object.
#define INCL_WINWORKPLACE #include <os2.h> WPFileSystem *somSelf; /* Pointer to the object on which the method is being invoked. */ FILEFINDBUF4 *pstFileFindBuf; /* Pointer to a buffer of file information. */ ULONG rc; /* Always 0. */ rc = _wpQueryDateInfo(somSelf, pstFileFindBuf);