Thanks very much Razzak! Have a great week,
Scott -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of A. Razzak Memon Sent: Thursday, August 21, 2008 11:39 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: File sizes At 12:08 PM 8/21/2008, Scott Sherer wrote: >We use Rbase for Windows V8 Turbo. Does anyone know of a way to >determine the size of a specific file? I've searched 'help' and >haven't been able to find anything. Scott, Ask and you shall receive! There are three options to determine the size: 01. Database Explorer | Databases Notice the Database Size (Bytes) for all 4 files (.RX1 - .RX4) 02. Use the (ISTAT('keyword')) function 03. Use GetFileSize.rbl Plugin The GetFileSize.rbl Plugin is used to capture the size of a particular file. Syntax: PLUGIN GetFileSize.rbl vFileSize|FileName.ext Where: vFileSize is the variable to return the text value of a given file size FileName.ext is the actual name and extension of the file, preceding with the full path Note: Returned variable name and the exact file name with path must be separated by a "|" pipe symbol. Hope that helps! Very Best R:egards, Razzak. --- [This E-mail scanned for viruses by Declude Virus]

