mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement LFN namespace in FAT.
This commit is contained in:
@@ -76,7 +76,9 @@ namespace DiscImageChef.Filesystems.FAT
|
||||
public Dictionary<string, string> Namespaces =>
|
||||
new Dictionary<string, string>
|
||||
{
|
||||
{"dos", "DOS (8.3 all uppercase)"}, {"nt", "Windows NT (8.3 mixed case, default)"}
|
||||
{"dos", "DOS (8.3 all uppercase)"},
|
||||
{"nt", "Windows NT (8.3 mixed case)"},
|
||||
{"lfn", "Long file names (default)"}
|
||||
};
|
||||
|
||||
static Dictionary<string, string> GetDefaultOptions() =>
|
||||
|
||||
Reference in New Issue
Block a user