Re: file info



On 2006-09-27, Dustbin <dustbin_address@xxxxxxxxxxxxxxxx> wrote:

How can I get file info such as timestamp;
datestamp; file length, etc. in C.

I don't think you can in standard C. On UNIX the function you want is
called stat.
.