My program seems to hang somewhere in this code snippet
if( CFile::GetStatus( path, FileStatus ) )
{
LONG pathSize = FileStatus.m_size;
The file in question is 2GB in size. Is this possible, and is there another API I can call in Visual C++ to get the file size?
Thanks
Milton
if( CFile::GetStatus( path, FileStatus ) )
{
LONG pathSize = FileStatus.m_size;
The file in question is 2GB in size. Is this possible, and is there another API I can call in Visual C++ to get the file size?
Thanks
Milton