[ros-bugs] [Bug 3900] cmd -> rename -> can't change filename case

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Tue Nov 25 18:20:21 CET 2008


http://www.reactos.org/bugzilla/show_bug.cgi?id=3900





--- Comment #3 from vicmarcal <vicmarcal at hotmail.com>  2008-11-25 18:20:20 CET ---
This is because our MoveFile()(the last step in REN command) doesnt distinguish
between notepad.exe and NOTEPAD.exe.
So before making the move,MoveFile()tests if that file exists,MoveFile finds
that already exists(because MoveFile()seems to be non-case-sensitive) and exits
with error.

This doesnt happen in windows,which its "MoveFile" function seems to be
Case-sensitive, so it renames with CASE ;). 
You can check this with REN windows command or also MOVE windows command.
(Both uses MoveFile,and both are case-sensitive)

So the bug isnt in the Ren command code but in MoveFile function code ;)


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Ros-bugs mailing list