[Mono-bugs] [Bug 586240] Directory.CreateDirectory() creates a directory with wrong name when there are whitespaces on Windows

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 8 08:02:28 EST 2010


http://bugzilla.novell.com/show_bug.cgi?id=586240

http://bugzilla.novell.com/show_bug.cgi?id=586240#c1


--- Comment #1 from Atsushi Enomoto <aenomoto at novell.com> 2010-03-08 13:02:28 UTC ---
Oops, it's rather likely about arguments expansion.

On cygwin, run:
$ ./create-dir.exe "my test.dir"
-> creates "my test.dir" directory.

$ mono ./create-dir.exe "my test.dir"
-> creates "my" and "test.dir" directories.

-- 
Configure bugmail: http://bugzilla.novell.com/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 mono-bugs mailing list