Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79806 --- shadow/79806 2006-11-02 10:21:03.000000000 -0500 +++ shadow/79806.tmp.15508 2006-11-02 13:36:13.000000000 -0500 @@ -1,17 +1,17 @@ Bug#: 79806 -Product: Mono: Runtime +Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal -Component: io-layer -AssignedTo: [EMAIL PROTECTED] +Component: CORLIB +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: Summary: Directory.CreateDirectory silently fails @@ -34,6 +34,10 @@ public static void Main() { File.CreateText("test").Close(); Directory.CreateDirectory("test"); Directory.CreateDirectory("test1"); } } + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-02 13:36 ------- +-> class libs + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
