Re: file info



in news:8yBSg.40834$PD.19407@xxxxxxxxxxxxxxxxxxxxxxxxx\n27 sep 2006,
Dustbin schrieb:


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

I have Schildt 1990 - C: The Complete
Reference, as basic resource but this does not
appear to offer anything on the matter.

D.


Dit is somewhat platform-dependent, if you're on a Unix-like environment
you may want to look at the stat-function. On a DOS/Windows-based
platform it might be in the findfirst/findnext-functions.

--
--
| Hy doet het niet, die deur.
Jan v/d Broek | Wat een akelige deur.
balglaas@xxxxxxxxx | De deur die stuk was.
| Jan jr. 28-III-'04


.