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