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)":
>>> >> $forig = 'd:/pict/orig/YI3 ?a.3WOHF';
>>> $fcopy = 'd:/pict/copy/test1';
>>> if (rename(
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)":
>> > $forig = 'd:/pict/orig/YI3 ?a.3WOHF';
way i see it, ? and * (among others) are special chars in wind0ze
cheers,
Carrie KL Tam wrote:
> Hi Sebastian,
>
> Don't understand why the following code keep telling me the error "Rename
> failed (Invalid argument)":
> $forig = 'd:/pict/orig/YI3 ?a.3WOHF';
> $fcopy = 'd:/pict/copy/test1';
> if (rename($sourcepath,$ftppath))
> {
> echo "pass 1\n";
> }
> ?>
>
> Pls
3 matches
Mail list logo