[Mono-bugs] [Bug 74648][Wis] New - DirectoryInfo.CreationTime fails on folders burned to CD-R

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Apr 2005 04:56:16 -0400 (EDT)


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 zulu99@gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=74648

--- shadow/74648	2005-04-18 04:56:16.000000000 -0400
+++ shadow/74648.tmp.10176	2005-04-18 04:56:16.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 74648
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: WinXP SP2
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: zulu99@gmx.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DirectoryInfo.CreationTime fails on folders burned to CD-R
+
+DirectoryInfo.CreationTime throws an ArgumentOutOfRange exception if the
+DirectoryInfo path points to a folder on CD-R. Files on CD-R work
+flawlessly. On pressed CDs, both, files _and_ folders seem to work.
+
+
+Steps to reproduce the problem:
+1. create a DirectoryInfo object an pass "<cd-drive>:\dir_name" to its
+constructor.
+2. call the objects CreationTime property 
+3. bang!
+
+Actual Results:
+ArgumentOutOfRangeException
+
+Expected Results:
+a DateTime struct representing the folders CreationTime
+
+How often does this happen? 
+always. tested on 3 winxp sp2 boxes.
+
+Additional Information: