t: Re: Fwd: [PHP] Recurs Directory Delete
Andrew Kreps wrote:
> [forwarding my response to the list, as the reply function didn't quite
> work]
>
>
> Actually, that's not true. 'rm -rf' removes all files, directories
> and subdirectories. Microsoft'
Hey, *that's* where the deltree functionality went. I wondered about
that. I just tested that out, and it works like a charm! Thanks for
the tip!
On 7/14/06, Adam Zey <[EMAIL PROTECTED]> wrote:
Andrew Kreps wrote:
> [forwarding my response to the list, as the reply function didn't quite
> wo
Andrew Kreps wrote:
[forwarding my response to the list, as the reply function didn't quite
work]
Actually, that's not true. 'rm -rf' removes all files, directories
and subdirectories. Microsoft's del has no analogy to that (although
there was a deltree command in older versions of DOS). Yo
[forwarding my response to the list, as the reply function didn't quite work]
Actually, that's not true. 'rm -rf' removes all files, directories
and subdirectories. Microsoft's del has no analogy to that (although
there was a deltree command in older versions of DOS). You still have
to manual
To: tedd
Cc: Mark Steudel; php-general@lists.php.net
Subject: Re: [PHP] Recurs Directory Delete
On Fri, July 14, 2006 2:07 pm, tedd wrote:
At 11:55 AM -0700 7/14/06, Mark Steudel wrote:
I was hoping someone could give me a hand, I'm trying to create a
delete
folders function that recursively
Subject: Re: [PHP] Recurs Directory Delete
Mark Steudel wrote:
> I was hoping someone could give me a hand, I'm trying to create a delete
> folders function that recursively deletes folders and files from a given
> directory. Here's what I have so far, but its not working I keep ge
I wish, I'm on an IIS box.
Mark
-Original Message-
From: Richard Lynch [mailto:[EMAIL PROTECTED]
Sent: Friday, July 14, 2006 2:09 PM
To: tedd
Cc: Mark Steudel; php-general@lists.php.net
Subject: Re: [PHP] Recurs Directory Delete
On Fri, July 14, 2006 2:07 pm, tedd wrote:
> At
On Fri, July 14, 2006 2:07 pm, tedd wrote:
> At 11:55 AM -0700 7/14/06, Mark Steudel wrote:
>>I was hoping someone could give me a hand, I'm trying to create a
>> delete
>>folders function that recursively deletes folders and files from a
>> given
>>directory.
If you want to delete EVERYTHING, an
Mark Steudel wrote:
> I was hoping someone could give me a hand, I'm trying to create a delete
> folders function that recursively deletes folders and files from a given
> directory. Here's what I have so far, but its not working I keep getting
>
> Warning: rmdir(wwwroot/resources/applications/44
At 11:55 AM -0700 7/14/06, Mark Steudel wrote:
>I was hoping someone could give me a hand, I'm trying to create a delete
>folders function that recursively deletes folders and files from a given
>directory.
This works for me:
before delete");
echo ("");
print_r($file_array);
I was hoping someone could give me a hand, I'm trying to create a delete
folders function that recursively deletes folders and files from a given
directory. Here's what I have so far, but its not working I keep getting
Warning: rmdir(wwwroot/resources/applications/44/series/25/modules/29)
[functi
11 matches
Mail list logo