.true if the file system is case-sensitive. Otherwise returns .false.
.true if the file system
root "/" is case-sensitive, and otherwise .false.
File class method
isCaseSensitive
which returns the same information.
say .RexxInfo~caseSensitiveFiles -- 0 /* e. g. Windows */
say .RexxInfo~caseSensitiveFiles -- 1 /* e. g. Unix-like system */