#include <FileInfo.h>
Public Member Functions | |
CFileInfo () | |
bool | IsDirectory () const |
Public Attributes | |
time_t | m_tCreationTime |
The file creation time. | |
time_t | m_tLastAccessTime |
The file last access time. | |
time_t | m_tModificationTime |
The file modification time. | |
DWORD | m_uAttributes |
The file system attributes. | |
ZIP_FILE_USIZE | m_uSize |
The file size. | |
A structure holding a file or a directory information.
Definition at line 37 of file FileInfo.h.
|
inline |
Initializes a new instance of the CFileInfo class.
Definition at line 43 of file FileInfo.h.
|
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.
time_t ZipArchiveLib::CFileInfo::m_tCreationTime |
The file creation time.
Definition at line 51 of file FileInfo.h.
time_t ZipArchiveLib::CFileInfo::m_tLastAccessTime |
The file last access time.
Definition at line 53 of file FileInfo.h.
time_t ZipArchiveLib::CFileInfo::m_tModificationTime |
The file modification time.
Definition at line 52 of file FileInfo.h.
DWORD ZipArchiveLib::CFileInfo::m_uAttributes |
The file system attributes.
Definition at line 50 of file FileInfo.h.
ZIP_FILE_USIZE ZipArchiveLib::CFileInfo::m_uSize |
The file size.
Definition at line 49 of file FileInfo.h.