| |
| | PHP: link - Manual |
 | | I noticed that, differently from Unix ln command, the second parameter can´t be a directory name, i.e., if you want to create a link with the same filename of the target file (obviously on different directories), you must specify the filename on the link parameter. |
 | | I think kop meant to say php's link() will return an error if the second parameter, the link being created, already exists. |
 | | Also, as with the UNIX system call link will fail if the link being created exists on a different filesystem. |
| us3.php.net /link (203 words) |
|