FAT: Difference between revisions

18 bytes added ,  29 days ago
m
Bot: Replace deprecated source tag with syntaxhighlight
[unchecked revision][unchecked revision]
m (Bot: Replace deprecated source tag with syntaxhighlight)
m (Bot: Replace deprecated source tag with syntaxhighlight)
 
Line 942:
 
'''The FAT type of this file system:'''
<sourcesyntaxhighlight lang="C">
if (sectorsize == 0)
{
Line 959:
fat_type = FAT32;
}
</syntaxhighlight>
</source>
 
=== Reading Directories ===