Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 95706 invoked from network); 30 Oct 2006 09:31:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2006 09:31:03 -0000 Received: (qmail 18382 invoked by uid 500); 30 Oct 2006 09:31:15 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 18032 invoked by uid 500); 30 Oct 2006 09:31:14 -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 18021 invoked by uid 99); 30 Oct 2006 09:31:14 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 01:31:14 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of minfrin@sharp.fm designates 64.49.220.200 as permitted sender) Received: from [64.49.220.200] (HELO chandler.sharp.fm) (64.49.220.200) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 01:31:02 -0800 Received: from chandler.sharp.fm (localhost [127.0.0.1]) by chandler.sharp.fm (Postfix) with ESMTP id A4B63E5C99; Mon, 30 Oct 2006 03:30:41 -0600 (CST) Received: from www.sharp.fm (unknown [209.61.173.189]) by chandler.sharp.fm (Postfix) with ESMTP id 7F9F6E450C; Mon, 30 Oct 2006 03:30:41 -0600 (CST) Received: from 196.8.104.27 (SquirrelMail authenticated user minfrin@sharp.fm) by www.sharp.fm with HTTP; Mon, 30 Oct 2006 11:30:41 +0200 (SAST) Message-ID: <45139.196.8.104.27.1162200641.squirrel@www.sharp.fm> In-Reply-To: <5c902b9e0610300052p70e10cfag13867d001ed6e842@mail.gmail.com> References: <45414DE9.8080607@sharp.fm> <5c902b9e0610292243q1331e1f7i279f46e088972953@mail.gmail.com> <52954.196.8.104.27.1162197983.squirrel@www.sharp.fm> <5c902b9e0610300052p70e10cfag13867d001ed6e842@mail.gmail.com> Date: Mon, 30 Oct 2006 11:30:41 +0200 (SAST) Subject: Re: Support for fstatfs From: "Graham Leggett" To: "Justin Erenkrantz" Cc: "Graham Leggett" , "APR Developer List" User-Agent: SquirrelMail/1.4.8-2.el4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org On Mon, October 30, 2006 10:52 am, Justin Erenkrantz wrote: > http://msdn.microsoft.com/library/en-us/fileio/fs/getdiskfreespaceex.asp > > For disk space, you can use GetDiskFreeSpaceEx(). -- justin Thanks - will investigate. Regards, Graham --