dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bug #3592] [0.5.6]: Directory.CreateDirectory still n


From: nobody
Subject: [Pnet-developers] [bug #3592] [0.5.6]: Directory.CreateDirectory still not recursive + backslashes refused
Date: Mon, 18 Aug 2003 03:46:09 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

=================== BUG #3592: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3592&group_id=353

Changes by: Rhys Weatherley <address@hidden>
Date: Mon 08/18/2003 at 07:46 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
The recursive creation aspect is now fixed in CVS - 18 Aug 2003



=================== BUG #3592: FULL BUG SNAPSHOT ===================


Submitted by: yannis_bres             Project: DotGNU Portable.NET          
Submitted on: Wed 05/14/2003 at 10:04
Category:  None                       Severity:  5 - Major                  
Bug Group:  None                      Resolution:  Fixed                    
Assigned to:  None                    Status:  Closed                       

Summary:  [0.5.6]: Directory.CreateDirectory still not recursive + backslashes 
refused

Original Submission:  This is a repost of the bug report #3089, which does not 
seem to be fixed at all, plus an update on the use of backslashes in 
directories.

The attached program works fine with MS SDK 1.1 :
Directory X successfully built
Directory X/Y successfully built
Directory XZ successfully built
Directory 1/2/3 successfully built
Directory ABC successfully built

However, it fails on PNet 0.5.6 with two different problems:
Directory X successfully built
Directory X/Y successfully built
Directory XZ creation failed: directory does not exist
Directory 1/2/3 creation failed: Operation not permitted
Directory ABC creation failed: Operation not permitted

Have fun,
     Yannis


Follow-up Comments
*******************

-------------------------------------------------------
Date: Mon 08/18/2003 at 07:46       By: rweather
The recursive creation aspect is now fixed in CVS - 18 Aug 2003

-------------------------------------------------------
Date: Fri 06/27/2003 at 09:37       By: yannis_bres
Thanks for pointing out Path.DirectorySeparatorChar, which I guess was 
introduced in the 1.1 Framework...

-------------------------------------------------------
Date: Fri 06/27/2003 at 00:20       By: rweather
The backslash issue is now fixed, although portable code
should be using "Path.DirectorySeparatorChar" and not
hard-wired backslashes.  Still need to work on recursive
directory creation.


CC list is empty


File Attachments
****************

-------------------------------------------------------
Date: Wed 05/14/2003 at 10:05  Name: PathSeparator.cs  Size: 0KB   By: 
yannis_bres
Directory.CreateDirectory tester
http://savannah.gnu.org/bugs/download.php?group_id=353&amp;bug_id=3592&amp;bug_file_id=447


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3592&group_id=353

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]