twofingers
 Guru
 Joined: 02/06/2014 Location: GermanyPosts: 1733 |
| Posted: 01:40pm 08 Feb 2025 |
|
|
|
Hi Peter, just for your information: in MMBasic 6.0001, files with the same name but different spelling are combined into one after copying with
copy "a:*" to "b:." That is, "X.bas" and "x.bas" become "X.bas". I would have expected that copy is case-sensitive. I just now copied the contents from drive a: to drive b: and was surprised that the number of files didn't match. Of course, it's not a good idea to store files with the same name but different casing. And so far, no one seems to have been bothered by this. Kind regards Michael |