This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

findfirst


Your help needed!

to find when file is latest rewrote
I find in terminal command prompt
the instruction:
find areas.txt -printf %A@

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);

Regards!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]