Difference between revisions of "FSIZE()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return size of file
 
Function to return size of file
 
  
 
==Syntax==
 
==Syntax==
 
FSIZE(<expC>)
 
FSIZE(<expC>)
 
  
 
==See Also==
 
==See Also==
[[DBF()]], [[FDATE()]], [[FILEINFO()]], [[FILESIZE()]], [[FMT()]], [[GETENV()]], [[GETLOG()]], [[NDX()]], [[SET FULLPATH]]
+
[[DBF()]], [[FDATE()]], [[FILEINFO()]], [[GETENV()]], [[GETLOG()]], [[NDX()]], [[SET FULLPATH]]
 
+
  
 
==Description==
 
==Description==
 
The FSIZE() function returns the size in bytes of the file specified in <expC> as a numeric.
 
The FSIZE() function returns the size in bytes of the file specified in <expC> as a numeric.
 
  
 
==Example==
 
==Example==
Line 21: Line 17:
 
</code>
 
</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Disk and File Utilities]]
 
[[Category:Disk and File Utilities]]
 
[[Category:Disk and File Utilities Functions]]
 
[[Category:Disk and File Utilities Functions]]

Revision as of 08:39, 10 February 2012

Purpose

Function to return size of file

Syntax

FSIZE(<expC>)

See Also

DBF(), FDATE(), FILEINFO(), GETENV(), GETLOG(), NDX(), SET FULLPATH

Description

The FSIZE() function returns the size in bytes of the file specified in <expC> as a numeric.

Example

? fsize("example.dbf")
     37580