----- Original Message -----
From: "Brett Leslie Porter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 16, 2000 2:45 AM
Subject: Re: cvs: cvsuser


> > - Sort savegames by date of last modification (requires a call to
fstat(),
> > which, in all likelihood, doesn't exist on non-UNIX platforms)
>
> I believe that this exists under Win32 (you could check the Platform SDK
> documentation at msdn.microsoft.com). If not, there is at least a very
> similar call that could be wrapped by FreeSCI.
>
> Cheers,
> Brett
What about a simple findfirst() call for the DOS platforms and a readdir()
for the UNIX platforms? Won't that work?

--Rink
>
>


Reply via email to