Location:
f32file.h
Link against: efsrv.lib
CDir
Supported from 5.0
Array of directory entries that has been read into memory from the file system — abstract base class. It can be read and sorted by user programs, but cannot be created by them.
This class is not intended for user derivation.
|
Defined in CDir
:
Count()
, NewL()
, Sort()
, operator[]()
, ~CDir()
Inherited from CBase
:
operator new()
protected: static CDir* NewL();
Allocates and constructs a directory object. This function is protected, which prevents objects of this class from being constructed.
|
TInt Count() const;
Returns the number of entries in the array of directory entries.
|
const TEntry& operator[](TInt anIndex) const;
Returns an entry from the array.
|
|
TInt Sort(TUint aEntrySortKey);
Sorts the array of directory entries.
|
|