hey, is there a chance to get the size of an open file, that is opended by another program, or is it necessary to wait until it is closed, thanks
Printable View
hey, is there a chance to get the size of an open file, that is opended by another program, or is it necessary to wait until it is closed, thanks
I've this question too...Quote:
Originally Posted by fleck
Try GetFileAttributesEx API function.
CFile::GetStatus also.