The symlink() function creates a symbolic link starting from an existing object file linked by the specified name.
If successful, the function returns TRUE. If it fails, returns FALSE.
symlink(target,link)
| parameter | describe |
|---|---|
| target | Required. |
| link | Required. |
Note: This is not an HTML connection, but a connection in the file system.
Note: This function cannot be executed on Windows platform.