#include <FileInfo.h>
Public Member Functions | |
CFileInfo () | |
bool | IsDirectory () const |
Public Attributes | |
time_t | m_uAccessTime |
The last access time. | |
DWORD | m_uAttributes |
The file system attributes. | |
time_t | m_uCreateTime |
The Creation time. | |
time_t | m_uModTime |
The last modification time. | |
ZIP_FILE_USIZE | m_uSize |
The file size. |
Definition at line 37 of file FileInfo.h.
ZipArchiveLib::CFileInfo::CFileInfo | ( | ) | [inline] |
Initializes a new instance of the CFileInfo class.
Definition at line 43 of file FileInfo.h.
bool ZipArchiveLib::CFileInfo::IsDirectory | ( | ) | const [inline] |
Returns the value indicating whether the current CFileInfo object represents a directory or a regular file.
true
, if the current CFileInfo object represents a directory; false
, if it represents a regular file. Definition at line 63 of file FileInfo.h.
ZIP_FILE_USIZE ZipArchiveLib::CFileInfo::m_uSize |