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

>> $fcopy = 'd:/pict/copy/test1';
>> if (rename($sourcepath,$ftppath))
>> {
>>   echo "pass 1\n";
>> }
>> ?>
>> 
>> Pls advise
>> 
>> Cheers,
>> Carrie Tam
>> [EMAIL PROTECTED]
> 

-- 
--
Yeah, there are more important things in life
than money, but they won't go out with you if
you don't have any.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to