MEGA65 / mega65-core

MEGA65 FPGA core
Other
240 stars 85 forks source link

Force ".." directory entry to appear as un-hidden #643

Closed dansanderson closed 1 year ago

dansanderson commented 1 year ago

Hyppo knows how to ignore FAT32 files with the hidden attribute. However, macOS creates the . and .. entries in a new directory with this attribute. A subdir created on a SD card by macOS has a hidden .. and the Freezer does not have a way to navigate back to the parent directory. This PR proposes that Hyppo simply special-case the .. entry as not hidden, regardless of the attribute.

Fixes this issue: https://github.com/MEGA65/mega65-freezemenu/issues/58