How to get the Volume Information
Article Metadata
Location: f32file.h
Link against: efsrv.lib
RFs fs;
User::LeaveIfError(fs.Connect());
TVolumeInfo info;
if (fs.Volume(info, EDriveC)==KErrNone)
{
// on success contains the volume information of the drive
}


(no comments yet)