ObjFW  Diff

Differences From Artifact [efa4025e4a]:

To Artifact [ddafd2190c]:


215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
 *
 * @param source The path of the item for which a symbolic link should be
 *		 created
 * @param destination The path of the item which should symbolically link to the
 *		      source
 */
+ (void)createSymbolicLinkAtPath: (OFString*)source
		 destinationPath: (OFString*)destination;

/*!
 * @brief Returns the destination of the symbolic link at the specified path.
 *
 * @param path The path to the symbolic link
 * @return The destination of the symbolic link at the specified path
 */







|







215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
 *
 * @param source The path of the item for which a symbolic link should be
 *		 created
 * @param destination The path of the item which should symbolically link to the
 *		      source
 */
+ (void)createSymbolicLinkAtPath: (OFString*)source
	     withDestinationPath: (OFString*)destination;

/*!
 * @brief Returns the destination of the symbolic link at the specified path.
 *
 * @param path The path to the symbolic link
 * @return The destination of the symbolic link at the specified path
 */