|
-
September 21st, 2004, 08:46 AM
#9
Re: Get File Size
One more tip:
_stat64 uses FindFirstFile/FindClose inside (just looked into the source code of
_stat64 for Visual Studio). So, if your application is designed for Windows paltform then using FindFirstFile/FindClose directly will be a little bit faster than calling to _stat64
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|