#4924 Use recycleURLs:completionHandler: to trash files

This commit is contained in:
Mitchell Livingston
2012-05-29 01:53:36 +00:00
parent c1f2085715
commit 5c1feaf937
4 changed files with 15 additions and 17 deletions

View File

@@ -119,7 +119,7 @@
- (tr_priority_t) priority;
- (void) setPriority: (tr_priority_t) priority;
+ (void) trashFile: (NSString *) path;
+ (void) trashFile: (NSURL *) fileURL;
- (void) moveTorrentDataFileTo: (NSString *) folder;
- (void) copyTorrentFileTo: (NSString *) path;