URL:
  <http://savannah.gnu.org/bugs/?32899>

                 Summary: [NSFileManager
createDirectoryAtPath:withIntermediateDirectories:attributes:error:] creates
directories incorrectly
                 Project: GNUstep
            Submitted by: carmstrong
            Submitted on: Thu 24 Mar 2011 12:21:53 PM GMT
                Category: Base/Foundation
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The method in the summary does not create directories correctly when
withIntermediateDirectories == NO. In this case, it creates the last path
component in the current directory, which is the wrong behaviour. Please refer
to: 

http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSFileManager_Class/Reference/Reference.html#//apple_ref/doc/uid/20000305-SW5

I've created a patch that fixes this so it will create the right directory,
but only under the correct circumstances. I've also added a test case for it
too.

Note that I do not use -createDirectoryAtPath:attributes: because it is
implemented to create intermediate directories (even though it shouldn't).



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thu 24 Mar 2011 12:21:53 PM GMT  Name:
gnustep-base-NSFileManager-withIntermediateDirectories-fix.patch  Size: 2kB  
By: carmstrong
Patch to implement correctly + added test cases
<http://savannah.gnu.org/bugs/download.php?file_id=23005>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32899>

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


_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to