[PHP] creating file links on linux (ln) with php

2004-02-28 Thread Merlin
Hi there, I do have a couple of hundred file links to create. I am wondering if this could be automated with php. On a linux shell it would look like this: ln united-states-map.jpg vereinigte-staaten-karte.jpg Are there php commands to execute this ln command? Thanx for any help on that,

RE: [PHP] creating file links on linux (ln) with php

2004-02-28 Thread Jeremy
RTFM. http://us2.php.net/manual/en/function.symlink.php -Original Message- From: Merlin [mailto:[EMAIL PROTECTED] Sent: Saturday, February 28, 2004 3:24 PM To: [EMAIL PROTECTED] Subject: [PHP] creating file links on linux (ln) with php Hi there, I do have a couple of hundred file