Messages in this thread |  | | Date | Mon, 8 Jul 1996 11:01:45 -0700 | From | Gordon Chaffee <> | Subject | Re: 2.0.0 + zip on VFAT |
| |
h>
In article <31DFE626.716809D2@infomaniak.ch>, Alexandre Maret <amaret@infomaniak.ch> wrote:
>While we are discussing VFAT... can someone tell me the right >way to rename a file on a VFAT filesystem from "foo" to "Foo" >or "FoO" ??? It logically returns "file already exists" because >of VFAT's case insensitiveness...
What I do is mv foo 1; mv 1 Foo
I guess I should make a special check to see if the too files are the same except for case insensitivity and then allow the rename to occur.
Gordon Chaffee chaffee@plateau.cs.berkeley.edu
|  |