Re: changing the permission to owner

2002-06-29 Thread John W. Krahn
[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 >

changing the permission to owner

2002-06-29 Thread bss96kci
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