[Mono-bugs] [Bug 376188] New: IsolatedStorageFile. CreateDirectory crashes when trying to create subdir
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Apr 2 03:30:54 EDT 2008
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 at lists.ximian.com
ReportedBy: konstantin.kostyuhin at gmail.com
QAContact: mono-bugs at 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.
More information about the mono-bugs
mailing list