File Size
-
How can I read the file size and based on the size an action will be triggered? C++/VC++ Any help will be greatly appreciated
Getting file length:- DWORD length; CFile file; file.Open ("c:\\myfile.dat", CFile::modeRead | CFile::shareDenyNone ); length = file.GetLength (); // Will give you the file length. Simple... isn't it ? ;) Regards, Jijo. Yesterday is history, Tomorrow is a mystery, But today is a present.
-
How can I read the file size and based on the size an action will be triggered? C++/VC++ Any help will be greatly appreciated
Are you looking to execute your code if file size is changed by some other user or application ?? greatest thing is to do wot others think you cant :)
suhredayan@omniquad.com -
How can I read the file size and based on the size an action will be triggered? C++/VC++ Any help will be greatly appreciated
GetFileSize() :omg:
Hush,hush... thought I heard you call my name now. Kula Shaker. Amit Dey Latest articles at CP -
Writing Word addins Office addin -
Are you looking to execute your code if file size is changed by some other user or application ?? greatest thing is to do wot others think you cant :)
suhredayan@omniquad.com