GNUstep - Tasks: task #10592, Update NSFileManager to add OSX...
You are not allowed to post comments on this tracker with your current authentication level.
task #10592: Update NSFileManager to add OSX 10.5 and 10.6 compatibility
Submitter: | Richard Frith-Macdonald <CaS> | ||
Submitted: | Wed 01 Sep 2010 11:36:34 AM UTC | ||
Category: | Foundation | Should Start On: | Wed 01 Sep 2010 12:00:00 AM UTC |
Should be Finished on: | Wed 01 Sep 2010 12:00:00 AM UTC | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Percent Complete: | 0% | Assigned to: | None |
Open/Closed: | Open | Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
IN OSX 10.5 Apple deprecated various methods in NSFileManager adding new methods with similar (though generally less powerful) ways to do the same thing.
Mostly these mean having the new method fail and return an NSError object rather than allowing a delegate to deal with problems.
We need to update the API to add the new methods ... probably best done by implementing the new methods on top of the old ones, and having a delegate to populate the NSError instance.
Time consuming, but not too hard ... should be doable by newcomers to the project.