#include <FileFind.h>

Public Member Functions | |
| bool | IsArchived () const |
| bool | IsCompressed () const |
| bool | IsDirectory () const |
| bool | IsEncrypted () const |
| bool | IsHidden () const |
| bool | IsNormal () const |
| bool | IsOffline () const |
| bool | IsReadOnly () const |
| bool | HasReparsePoint () const |
| bool | IsSparse () const |
| bool | IsSystem () const |
| bool | IsTemporary () const |
Public Attributes | |
| DWORD | Attributes |
| FILETIME | CreationTime |
| FILETIME | LastAccessTime |
| FILETIME | LastWriteTime |
| UInt64 | Size |
| UINT32 | ReparseTag |
Private Member Functions | |
| bool | MatchesMask (UINT32 mask) const |
Definition at line 28 of file FileFind.h.
Definition at line 30 of file FileFind.h.
References Attributes.
Referenced by HasReparsePoint(), IsArchived(), IsCompressed(), IsDirectory(), IsEncrypted(), IsHidden(), IsNormal(), IsOffline(), IsReadOnly(), IsSparse(), IsSystem(), and IsTemporary().
| bool NWindows::NFile::NFind::CFileInfoBase::IsArchived | ( | ) | const [inline] |
| bool NWindows::NFile::NFind::CFileInfoBase::IsCompressed | ( | ) | const [inline] |
| bool NWindows::NFile::NFind::CFileInfoBase::IsDirectory | ( | ) | const [inline] |
Definition at line 46 of file FileFind.h.
References MatchesMask().
Referenced by NWindows::NFile::NDirectory::CreateComplexDirectory(), DecompressArchives(), GetBaseFolderPrefixFromRegistry(), COpenCallbackImp::GetProperty(), COpenCallbackImp::GetStream(), NWindows::NFile::NFind::CFileInfoW::IsDots(), NWindows::NFile::NFind::CFileInfo::IsDots(), ReadArchiverInfoList(), and NWindows::NFile::NDirectory::RemoveDirectorySubItems2().
| bool NWindows::NFile::NFind::CFileInfoBase::IsEncrypted | ( | ) | const [inline] |
| bool NWindows::NFile::NFind::CFileInfoBase::IsHidden | ( | ) | const [inline] |
| bool NWindows::NFile::NFind::CFileInfoBase::IsNormal | ( | ) | const [inline] |
| bool NWindows::NFile::NFind::CFileInfoBase::IsOffline | ( | ) | const [inline] |
| bool NWindows::NFile::NFind::CFileInfoBase::IsReadOnly | ( | ) | const [inline] |
| bool NWindows::NFile::NFind::CFileInfoBase::HasReparsePoint | ( | ) | const [inline] |
| bool NWindows::NFile::NFind::CFileInfoBase::IsSparse | ( | ) | const [inline] |
| bool NWindows::NFile::NFind::CFileInfoBase::IsSystem | ( | ) | const [inline] |
| bool NWindows::NFile::NFind::CFileInfoBase::IsTemporary | ( | ) | const [inline] |
Definition at line 32 of file FileFind.h.
Referenced by NWindows::NFile::NFind::ConvertWIN32_FIND_DATA_To_FileInfo(), DecompressArchive(), COpenCallbackImp::GetProperty(), and MatchesMask().
Definition at line 33 of file FileFind.h.
Referenced by NWindows::NFile::NFind::ConvertWIN32_FIND_DATA_To_FileInfo(), and COpenCallbackImp::GetProperty().
Definition at line 34 of file FileFind.h.
Referenced by NWindows::NFile::NFind::ConvertWIN32_FIND_DATA_To_FileInfo(), and COpenCallbackImp::GetProperty().
Definition at line 35 of file FileFind.h.
Referenced by NWindows::NFile::NFind::ConvertWIN32_FIND_DATA_To_FileInfo(), DecompressArchive(), COpenCallbackImp::GetProperty(), and CArchiveExtractCallback::GetStream().
Definition at line 36 of file FileFind.h.
Referenced by NWindows::NFile::NFind::ConvertWIN32_FIND_DATA_To_FileInfo(), COpenCallbackImp::GetProperty(), and CArchiveExtractCallback::GetStream().
Definition at line 39 of file FileFind.h.
Referenced by NWindows::NFile::NFind::ConvertWIN32_FIND_DATA_To_FileInfo().
1.5.6