From owner-freebsd-hackers Thu Aug 2 0:45:24 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 76B5B37B401 for ; Thu, 2 Aug 2001 00:45:22 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f727jKF97472; Thu, 2 Aug 2001 01:45:21 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f727jJH12112; Thu, 2 Aug 2001 01:45:20 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200108020745.f727jJH12112@harmony.village.org> To: "Joseph Gleason" Subject: Re: Finding filesizes in C++ for files greater than 4gb Cc: freebsd-hackers@FreeBSD.org In-reply-to: Your message of "Wed, 01 Aug 2001 21:34:43 EDT." <00b201c11af3$4fef1c10$0a2d2d0a@battleship> References: <00b201c11af3$4fef1c10$0a2d2d0a@battleship> Date: Thu, 02 Aug 2001 01:45:19 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <00b201c11af3$4fef1c10$0a2d2d0a@battleship> "Joseph Gleason" writes: : In FreeBSD, how can I determine the size of a file in C++ when the file is : greater than 4gb? stat(2). Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message