Date: Wed, 29 Oct 1997 17:38:20 -0800 (PST) Message-Id: <199710300138.RAA10732@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: kdawghu AT hotmail DOT com (kris Mills), djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: HELP! How do i return the size of a file in DJGPP C Precedence: bulk At 06:09 10/29/1997 GMT, kris Mills wrote: >I was woundering how you return the size of a file in DJGPP C. Call stat() and look at the st_size field. Nate Eldredge eldredge AT ap DOT net