mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
Long filename support.
This commit is contained in:
parent
329e21ade7
commit
dfd598dbfd
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ namespace Cosmos.System.Filesystem.FAT {
|
||||||
// if entries are found out of order.
|
// if entries are found out of order.
|
||||||
// Also save buffer and only copy name if a end Ord marker is found.
|
// Also save buffer and only copy name if a end Ord marker is found.
|
||||||
string xString1 = xData.GetAscii16String(i + 1, 5);
|
string xString1 = xData.GetAscii16String(i + 1, 5);
|
||||||
string xString2 = xData.GetAscii16String(i + 14, 5);
|
string xString2 = xData.GetAscii16String(i + 14, 6);
|
||||||
string xString3 = xData.GetAscii16String(i + 28, 2);
|
string xString3 = xData.GetAscii16String(i + 28, 2);
|
||||||
xLongName = xString1 + xString2 + xString3 + xLongName;
|
xLongName = xString1 + xString2 + xString3 + xLongName;
|
||||||
//TODO: LDIR_Chksum
|
//TODO: LDIR_Chksum
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue