Location:
f32file.h
const TInt KDriveAbsent
Indicates a drive letter which is not in use. Useful when scanning drive list to find which drives are available.
const TInt KMaxDriveName
The maximum length of a drivename. Sufficient for a drive letter and colon.
const TInt KFileServerDefaultMessageSlots
The number of message slots represents the number of operations that can be outstanding at once. The default value of four slots allows an asynchronous read, write, and another operation to be outstanding at the same time, and a spare slot for a cancel.
const TInt KDriveDelimiter
The character used to separate the drive letter from the path.
const TInt KEntryArraySize
The size of the array of TEntry
s contained in an
instance ofTEntryArray
(= 512 entries).