virtual DWORD GetLength( ) const;
Return Value
The length, in bytes, of the found file.
Remarks
Call this member function to get the length, in bytes, of the found file.
GetLength uses the nFileSizeLow member, of the Win32 structure WIN32_FIND_DATA to get the low-order DWORD value of the file size in bytes. If the file may be more than four gigabytes in size, use the GetLength64 member.
CGopherFileFind Overview | Class Members | Hierarchy Chart
See Also CFileFind