From 2d891f38fcab35ed9798492b39fff82195bb07c6 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Fri, 22 May 2020 23:20:28 -0400 Subject: [PATCH] More README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82b38ff..8ef52d7 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,19 @@ TODO ### Filename Case Change -TODO +ProDOS 2.5 supports mixed-case filenames rather than the uppercase only +filenames supported by previous ProDOS versions. This is done in a backwards +compatible manner (using the 'version' and 'minversion' fields as a bitmap) +so that ProDOS 2.5 filesystems will appear to contain upper-case only +filenames when viewed using an earlier ProDOS version. + +*Sortdir* provides convenient options for manipulating the case of filenames. +Four options are currently provided: + + - *Upper Case* - `MY.EXAMPLE.FILE` + - *Lower Case* - `my.example.file` + - *Initial Case* - `My.example.file` + - *Camel Case* - `My.Example.File` ### Date and Time Format