mirror of
https://github.com/gryf/uc1541.git
synced 2026-04-25 05:31:24 +02:00
Removed tilda mapping, it's handled by c1541 now
This commit is contained in:
+4
-5
@@ -35,11 +35,10 @@ are seen on a listing.
|
||||
|
||||
While copying from filesystem to disk image, filename conversion will be done:
|
||||
|
||||
1. Every ``$`` and ``*`` characters will be replaced by question mark (``?``)
|
||||
2. Every pipe (``|``) and backslash (``\``) characters will be replaced by
|
||||
slash (``/``)
|
||||
3. Every tilde (``~``) will be replaced by a space
|
||||
4. ``prg`` extension will be truncated
|
||||
1. Every ``$`` and ``*`` characters will be replaced by question mark (``?``).
|
||||
2. Every pipe (``|``) and backslash (``\\``) characters will be replaced by
|
||||
slash (``/``).
|
||||
3. ``prg`` extension will be truncated.
|
||||
|
||||
Representation of a directory can be sometimes confusing - in case when one
|
||||
copied file without extension it stays there in such form, till next access
|
||||
|
||||
Reference in New Issue
Block a user