-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DeskTop: Clear GS/OS case bits when renaming file/volume
During a file/volume rename, before the actual RENAME call, zero out the GS/OS case bits. For files these are stored in the volume/min_volume fields in the directory's FileEntry. For volumes these are at offset $1A/$1B in the Volume Directory Header block. The zero case bits means GS/OS will show the file as all uppercase same as if the file was created in ProDOS-8. DeskTop will apply its case heuristics. For #352
- Loading branch information
1 parent
3579a25
commit 108aac7
Showing
3 changed files
with
82 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters