Public Member Functions | Public Attributes | List of all members
ZipArchiveLib::CFileInfo Struct Reference

#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.
 

Detailed Description

A structure holding a file or a directory information.

Definition at line 37 of file FileInfo.h.

Constructor & Destructor Documentation

ZipArchiveLib::CFileInfo::CFileInfo ( )
inline

Initializes a new instance of the CFileInfo class.

Definition at line 43 of file FileInfo.h.

Member Function Documentation

bool ZipArchiveLib::CFileInfo::IsDirectory ( ) const
inline

Returns the value indicating whether the current CFileInfo object represents a directory or a regular file.

Returns
true, if the current CFileInfo object represents a directory; false, if it represents a regular file.

Definition at line 63 of file FileInfo.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file:

The ZipArchive Library Copyright © 2000 - 2022 Artpol Software - Tadeusz Dracz. Generated at Sat Dec 17 2022 19:57:04.