findfirst
Rupert Wood
me@rupey.net
Wed Feb 27 05:20:00 GMT 2002
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.
More information about the Gcc
mailing list