z80andrew / SerialDisk

A virtual Atari ST disk over serial for Windows, Linux and macOS
GNU General Public License v3.0
21 stars 2 forks source link

Filenames beginning with . are not handled correctly when importing local disk contents #26

Closed z80andrew closed 3 years ago

z80andrew commented 3 years ago

e.g. ".FILENAME" will throw an error during FatAddFile. This requires a fix to FAT16Helper.GetShortFileName.