Reply to Re: deleting all the files in a directory
Posted by Jasen Betts on 02/15/06 21:14
On 2006-02-15, Mladen Gogala <gogala@sbcglobal.net> wrote:
> On Mon, 13 Feb 2006 21:34:28 +0100, Ewoud Dronkert wrote:
>
>> <?php $ret = `cd $mydir && rm -fr *`; ?>
>
> That will be a little harder on a Windows system.