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. not really. <?php $ret=`deltree $mydir\\*.*` ; ?> -- Bye. Jasen
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming