Location:
f32file.h
const TUint KEntryAttMatchMask
Bit mask which ensures that directories and hidden and system
files are matched. (KEntryAttNormal
matches all entry types except
directories, hidden and system entries).
const TUint KEntryAttMaskSupported
Bit mask used when all entry types including hidden and system files but excluding the volume entry are to be matched.
const TUint KEntryAttMatchExclusive
Bit mask flag provided for exclusive matching. When OR'ed with
one or more file attribute constant, eg KEntryAttNormal
, ensures
that only the files with those attributes are matched. When OR’ed
withKEntryAttDir
, directories only (not hidden or system) are
matched.
const TUint KEntryAttMatchExclude
Bit mask flag provided to exclude files or directories with
certain attributes from directory listings. This bitmask has the opposite
effect toKEntryAttMatchExclusive
. For example:
KEntryAttMatchExclude|KEntryAttReadOnly
excludes
all read only entries from the directory listing.
KEntryAttMatchExclusive|KEntryAttReadOnly
lists
only read only entries.
const TUint KEntryAttAllowUid
Bit mask flag used when UID information should be included in the directory entry listing.
const TUint KFileShareMask
Bit mask provided for retrieving a file's share mode
(seeTFileMode
).