[EMAIL PROTECTED] wrote:
>
> Hello!
Hello,
> I still can't delete the directories which I created using:
> mkdir("$path/$nummer",0775);
> mkdir("$path/$nummer/Pictures", 0775);
> mkdir("$path/$nummer/Sound", 0775);
>
> I'm supposed to write images to Pictures and sounds to Sound directory. I
>
Hello!
I still can't delete the directories which I created using:
mkdir("$path/$nummer",0775);
mkdir("$path/$nummer/Pictures", 0775);
mkdir("$path/$nummer/Sound", 0775);
I'm supposed to write images to Pictures and sounds to Sound directory. I
did it,and it worked, but the problem is, it was j