ObjFW  Diff

Differences From Artifact [a8e45d5d1f]:

To Artifact [cba586493b]:


529
530
531
532
533
534
535
536

537
538
539
540

541
542
543
544
545
546
547
529
530
531
532
533
534
535

536
537
538
539

540
541
542
543
544
545
546
547







-
+



-
+







 * This method is not available for all URLs.
 *
 * @note On Windows, this requires at least Windows Vista and administrator
 *	 privileges!
 *
 * @param destination The URL to the item which should symbolically link to the
 *		      source
 * @param source The URL to the item for which a symbolic link should be
 * @param source The path to the item for which a symbolic link should be
 *		 created
 */
- (void)createSymbolicLinkAtURL: (OFURL *)destination
	     withDestinationURL: (OFURL *)source;
	    withDestinationPath: (OFString *)source;
@end

@interface OFDictionary (FileAttributes)
/*!
 * The @ref of_file_attribute_key_size key from the dictionary.
 *
 * Raises an @ref OFUndefinedKeyException if the key is missing.