Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 24765 invoked from network); 29 Aug 2006 13:55:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Aug 2006 13:55:40 -0000 Received: (qmail 99971 invoked by uid 500); 29 Aug 2006 13:55:40 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 99610 invoked by uid 500); 29 Aug 2006 13:55:39 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 99598 invoked by uid 99); 29 Aug 2006 13:55:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 06:55:39 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [63.85.107.47] (HELO gate.altair.com) (63.85.107.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 06:55:37 -0700 Received: from trexch.prog.altair.com (trexch.prog.altair.com [204.235.24.100]) by gate.altair.com (Postfix) with ESMTP id 3C6B21EDDB for ; Tue, 29 Aug 2006 09:55:16 -0400 (EDT) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Recursive apr_dir_remove? Date: Tue, 29 Aug 2006 09:55:15 -0400 Message-ID: <91FBE7AEE91B454282AE05FE79413A4A053E5081@trexch.prog.altair.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Recursive apr_dir_remove? Thread-Index: AcbLcsExLFWp7T7vSpeXFqHeNujSFA== From: "Scott Greig" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'm looking for a way to remove a directory and it's contents like "rm -rf". =20 Are there any plans to add support for a recursive apr_dir_remove? Just thought I'd check before I create my own. Thanks - Scott