Location:
f32file.h
TVolumeInfo
Supported from 5.0
Information about a volume mounted on drive.
The same drive may, over time, contain different volumes if it supports removable media. Volume information comprises information about the drive on which it is mounted, its size, free space, its unique identifying number and an optional name.
Defined in TVolumeInfo
:
TVolumeInfo()
, iDrive
, iFree
, iName
, iSize
, iUniqueID
TVolumeInfo();
The constructor is empty and is present only to support virtual function table export.
TBufC<KMaxFileName> iName
Optional name of the volume, with a maximum of
KMaxFileName
(= 256) characters.
TInt64 iSize
The maximum size of the drive in bytes, that is the current amount of memory in use, plus the amount of free memory.
TUint iUniqueID
The volume’s unique identifying number.