ObjFW  Diff

Differences From Artifact [c3892e8bd0]:

To Artifact [ee5f8a5c17]:


176
177
178
179
180
181
182

183

184
185
186
187
188
189
190
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192







+

+







 * Not available on Windows.
 *
 * \param src The path to the file of which should be linked as a string
 * \param dest The path to where the file should be linked as a string
 */
+ (void)linkFileAtPath: (OFString*)src
		toPath: (OFString*)dest;
#endif

#if !defined(_WIN32) && !defined(_PSP)
/**
 * Symlinks a file.
 *
 * Not available on Windows.
 *
 * \param src The path to the file of which should be symlinked as a string
 * \param dest The path to where the file should be symlinked as a string