Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: f32file.h

Directory entry details

Support

Supported from 5.0


KEntryAttMatchMask

const TUint KEntryAttMatchMask

Description

Bit mask which ensures that directories and hidden and system files are matched. (KEntryAttNormal matches all entry types except directories, hidden and system entries).

[Top]


KEntryAttMaskSupported

const TUint KEntryAttMaskSupported

Description

Bit mask used when all entry types including hidden and system files but excluding the volume entry are to be matched.

[Top]


KEntryAttMatchExclusive

const TUint KEntryAttMatchExclusive

Description

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.

[Top]


KEntryAttMatchExclude

const TUint KEntryAttMatchExclude

Description

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.

[Top]


KEntryAttAllowUid

const TUint KEntryAttAllowUid

Description

Bit mask flag used when UID information should be included in the directory entry listing.

[Top]


KFileShareMask

const TUint KFileShareMask

Description

Bit mask provided for retrieving a file's share mode (seeTFileMode).