@@ -509,17 +509,15 @@ * This method is not available on some systems. * * @note On Windows, this requires at least Windows Vista and administrator * privileges! * - * @param destination The path to the item which should symbolically link to the - * source - * @param source The path to the item for which a symbolic link should be - * created + * @param path The path to the item which should symbolically link to the target + * @param target The target of the symbolic link */ -- (void)createSymbolicLinkAtPath: (OFString *)destination - withDestinationPath: (OFString *)source; +- (void)createSymbolicLinkAtPath: (OFString *)path + withDestinationPath: (OFString *)target; #endif /*! * @brief Creates a symbolic link for an item. * @@ -529,17 +527,15 @@ * 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 path to the item for which a symbolic link should be - * created + * @param URL The URL to the item which should symbolically link to the target + * @param target The target of the symbolic link */ -- (void)createSymbolicLinkAtURL: (OFURL *)destination - withDestinationPath: (OFString *)source; +- (void)createSymbolicLinkAtURL: (OFURL *)URL + withDestinationPath: (OFString *)target; @end @interface OFDictionary (FileAttributes) /*! * The @ref of_file_attribute_key_size key from the dictionary.