Closed
Bug 587618
Opened 15 years ago
Closed 14 years ago
movePath:toPath:handler: is deprecated in UIMoveFile
Categories
(Toolkit :: Crash Reporting, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
Details
Attachments
(1 file)
664 bytes,
patch
|
ted
:
review+
benjamin
:
approval2.0+
|
Details | Diff | Splinter Review |
toolkit/crashreporter/client/crashreporter_osx.mm:
In function ‘bool UIMoveFile(const std::string&, const std::string&)’:
881: warning: ‘movePath:toPath:handler:’ is deprecated (declared at /System/Library/Frameworks/Foundation.framework/Headers/NSFileManager.h:173)
http://developer.apple.com/mac/library/documentation/Cocoa/Reference/Foundation/Classes/NSFileManager_Class/DeprecationAppendix/AppendixADeprecatedAPI.html#//apple_ref/occ/instm/NSFileManager/movePath:toPath:handler:
movePath:toPath:handler:
Moves the directory or file specified by a given path to a different location in the file system identified by another path. (Deprecated in Mac OS X v10.5. Use moveItemAtPath:toPath:error: instead.)
http://developer.apple.com/mac/library/documentation/Cocoa/Reference/Foundation/Classes/NSFileManager_Class/Reference/Reference.html#//apple_ref/occ/instm/NSFileManager/moveItemAtPath:toPath:error:
moveItemAtPath:toPath:error:
Moves the directory or file specified by a given path to a different location in the file system identified by another path.
Assignee: nobody → timeless
Status: NEW → ASSIGNED
Attachment #466286 -
Flags: review?(ted.mielczarek)
Updated•15 years ago
|
Attachment #466286 -
Flags: review?(ted.mielczarek) → review+
Attachment #466286 -
Flags: approval2.0?
Updated•14 years ago
|
Attachment #466286 -
Flags: approval2.0? → approval2.0+
Keywords: checkin-needed
Comment 2•14 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•