filesystem_fat.h File Reference

#include <filesystem_fat.h>

KFileSystemName_FAT

const TLitC< sizeof(L"FAT")/2 >KFileSystemName_FAT[static]

FAT filesystem name, which shall be provided to RFs::MountFileSystem() and is returned by RFs::FileSystemName() if this file system is mounted on the drive. The literal is case-insensitive.

See also: RFs::MountFileSystem() RFs::FileSystemName()

KFSSubType_FAT12

const TLitC< sizeof(L"FAT12")/2 >KFSSubType_FAT12[static]

corresponds to FAT12

FAT file system subtypes, literal values. These values are returned by RFs::FileSystemSubType(). The literals are case-insensitive. File sytem "FAT" mounted on the drive can be one of the FAT12/FAT16/FAT32

See also: RFs::FileSystemSubType()

KFSSubType_FAT16

const TLitC< sizeof(L"FAT16")/2 >KFSSubType_FAT16[static]

corresponds to FAT16

KFSSubType_FAT32

const TLitC< sizeof(L"FAT32")/2 >KFSSubType_FAT32[static]

corresponds to FAT32