Re: [PHP] [Fwd: Problem in renaming file]

2001-03-02 Thread Hrishi
Sebastian Bergmann wrote: Carrie KL Tam wrote: Hi Sebastian, Don't understand why the following code keep telling me the error "Rename failed (Invalid argument)": ?php $forig = 'd:/pict/orig/YI3 ?a.3WOHF'; way i see it, ? and * (among others) are special chars in wind0ze cheers, hrishi

Re: [PHP] [Fwd: Problem in renaming file]

2001-03-02 Thread Hrishi
Hrishi wrote: Sebastian Bergmann wrote: Carrie KL Tam wrote: Hi Sebastian, Don't understand why the following code keep telling me the error "Rename failed (Invalid argument)": ?php $forig = 'd:/pict/orig/YI3 ?a.3WOHF'; $fcopy = 'd:/pict/copy/test1'; if

[PHP] [Fwd: Problem in renaming file]

2001-03-01 Thread Sebastian Bergmann
Carrie KL Tam wrote: Hi Sebastian, Don't understand why the following code keep telling me the error "Rename failed (Invalid argument)": ?php $forig = 'd:/pict/orig/YI3 ?a.3WOHF'; $fcopy = 'd:/pict/copy/test1'; if (rename($sourcepath,$ftppath)) { echo "pass 1\n"; } ? Pls advise