TRomRootDirectoryList Class Reference

class TRomRootDirectoryList

A structure that allows you to find the root directories for each hardware Variant supported by the ROM.

Usually, there is only one Variant and one root directory. However, a ROM can have multiple root directories and directory trees, one for each hardware Variant supported by the ROM. This ensures that the file server only sees the files that are relevant to the hardware on which it is running. In this case, there are multiple entries in the table describing each root directory.

Member Data Documentation

TInt iNumRootDirs

TInt iNumRootDirs

The number of root directory entries.

TRootDirInfo iRootDir

TRootDirInfo iRootDir

The root directory entries.

The number of entries is defined by iNumRootDirs.