Welcome, Guest. Please login or register.

Author Topic: How do I check size/date of a file in ANSI C?  (Read 4013 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Castellen

Re: How do I check size/date of a file in ANSI C?
« on: February 16, 2006, 05:11:38 AM »
I usually use stat() or lstat() though these might be more Unix specific???

More details in this thread.