[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
> did it,and it worked, but the problem is, it was just supposed to be a
> test. Every time I try to delete the contents and the directory itself, I
> get the message No Permission. I don't understand.
> 
> Another problem is even if I try to open the files for reading, I get the
> same error message.


Which operating system are these files on?  Is the program that created
them run by a web server?  What is the actual error message you got?


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to