https://bugzilla.novell.com/show_bug.cgi?id=376188


           Summary: IsolatedStorageFile.CreateDirectory crashes when trying
                    to create subdir
           Product: Mono: Class Libraries
           Version: SVN
          Platform: i686
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: mono-bugs@lists.ximian.com
        ReportedBy: [EMAIL PROTECTED]
         QAContact: mono-bugs@lists.ximian.com
          Found By: DeveloperNet


If we try to call IsolatedStorageFile.CreateDirectory ("subdir/subsubdir"),
where
"subdir" already exists, mono throws DirectoryNotFoundException ("Could not
find a part of the path..."). With "-trace" flag mono shows that it try to
search path like ".../subdir/subdir/subsubdir" istead of just
".../subdir/subsubdir".
The same problem, I suppose, was in function GetFileNames in earlier revisions
of mono.


-- 
Configure bugmail: https://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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to