This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: findfirst
- From: "Rupert Wood" <me at rupey dot net>
- To: "'qj002a'" <qj002a at neti dot ee>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Wed, 27 Feb 2002 13:06:41 -0000
- Subject: RE: findfirst
qj002a wrote:
> How to write same into my c-code to find when the file areas.txt
> was latest rewrite?
>
> In MsDos I'm using the macro findfirst("areas.txt",&struct_of_FCB);
Probably using stat(). Try 'man stat' on your system.
Please note that this is operating system dependent and not related to
GCC. Further questions like this would be better directed somewhere
specific to the OS involved.
Rup.