mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
#4924 Use recycleURLs:completionHandler: to trash files
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user