ObjFW  Diff

Differences From Artifact [ddafd2190c]:

To Artifact [26dd50cf9e]:


209
210
211
212
213
214
215
216
217
218
219


220
221
222


223
224
225
226
227
228
229
209
210
211
212
213
214
215


216
217
218
219
220


221
222
223
224
225
226
227
228
229







-
-


+
+

-
-
+
+








#ifdef OF_HAVE_SYMLINK
/*!
 * @brief Creates a symbolic link for an item.
 *
 * Not available on Windows.
 *
 * @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
 * @param source The path of the item for which a symbolic link should be
 *		 created
 */
+ (void)createSymbolicLinkAtPath: (OFString*)source
	     withDestinationPath: (OFString*)destination;
+ (void)createSymbolicLinkAtPath: (OFString*)destination
	     withDestinationPath: (OFString*)source;

/*!
 * @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
 */