ObjFW  Diff

Differences From Artifact [819d7d3e09]:

To Artifact [72331c3b2f]:


437
438
439
440
441
442
443
444
445
446



447
448
449
450
451
452
453
437
438
439
440
441
442
443



444
445
446
447
448
449
450
451
452
453







-
-
-
+
+
+








/*!
 * @brief Moves an item.
 *
 * The destination URL must have a full path, which means it must include the
 * name of the item.
 *
 * If the destination is on a different logical device, the source will be
 * copied to the destination using @ref copyItemAtURL:toURL: and the source
 * removed using @ref removeItemAtURL:.
 * If the destination is on a different logical device or uses a different
 * scheme, the source will be copied to the destination using
 * @ref copyItemAtURL:toURL: and the source removed using @ref removeItemAtURL:.
 *
 * @param source The item to rename
 * @param destination The new name for the item
 */
- (void)moveItemAtURL: (OFURL *)source
		toURL: (OFURL *)destination;