#include <filesystem_fat.h>
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()
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()