Example #1
0
//===============================================================================================
// FUNCTION: GetFileSize
// PURPOSE:  Return the length of the file in bytes.
//
inline LONGLONG CFileDescriptor::GetFileSize()
{
//   MEMBERASSERT();
   return m_File.GetFileSize();
}