I'm porting C/C++ code from Unix to Windows that makes use of the symlink() function.
From what I understand, recent Windows file systems have a equivalent of symbolic links.
What would be the best / most portable way replace the symlink() function, so the same code works on both platforms ?