home *** CD-ROM | disk | FTP | other *** search
- Path: god.bel.alcatel.be!nlev00!barnhoorn
- From: barnhoorn@nlev00 ()
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: File sizes
- Date: 23 Feb 1996 07:57:52 GMT
- Organization: Alcatel Bell
- Distribution: world
- Message-ID: <4gjs20$i68@btmpjg.god.bel.alcatel.be>
- References: <4gd9pu$cpr@mn5.swip.net> <WXQ7y*5+f@yaps.rhein.de>
- Reply-To: barnhoorn@nlev00 ()
- NNTP-Posting-Host: 138.203.178.61
- X-Newsreader: mxrn 6.18-10
-
-
- In article <WXQ7y*5+f@yaps.rhein.de>, arno@yaps.rhein.de (Arno Eigenwillig) writes:
- |> In article <4gd9pu$cpr@mn5.swip.net>, Daniel Hallgren writes:
- |>
- |> > What's the best way of finding out the size of a file? Do I have to use
- |> > Examine()
- |>
- |> Indeed.
- |>
-
- ..or do it in ANSI-C, by opening the file, seeking to the end of it
- and getting the number of bytes returned from fseek().
-
- Jaco.
-