Implement DOS and NT namespaces in FAT.

This commit is contained in:
2019-04-27 02:46:29 +01:00
parent 5b86a572bd
commit 7a8e997948
4 changed files with 43 additions and 9 deletions

View File

@@ -205,5 +205,11 @@ namespace DiscImageChef.Filesystems.FAT
DecRainbow,
Human
}
enum Namespace
{
Dos,
Nt
}
}
}