@@ -531,15 +531,15 @@ * @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.