Re: get the length of a file by beginthreadex
beginthreadex
Thu Mar 01 09:44:48 CST 2007
FindFirstFile returns a struct that you can see the size of the file.
Just use that.
On Wed, 28 Feb 2007 17:16:42 +0200, "Yoavo" <yoav@cimatron.co.il>
wrote:
>Hi,
>I am opening a file using "fopen" function.
>How can I know the file length ?
>
>Yoav.
>