@@ -178,11 +178,13 @@ * \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. *