void symlink(string from, string to)
Create a symbolic link named to that points to from .
This function is not available on all platforms.
hardlink() , readlink() , mv() , rm()