The link() function creates a hard link starting from an existing object file linked by the specified name.
If successful, the function returns TRUE. If it fails, returns FALSE.
link(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 used on remote files.