Difference between revisions of "FSIZE()"

From Lianjapedia
Jump to: navigation, search
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[DBF()]], [[FDATE()]], [[FILEINFO()]], [[GETENV()]], [[NDX()]], [[SET FULLPATH]]
+
[[DBF()]], [[FDATE()]], [[FILEINFO()]], [[GETENV()]], [[NDX()]], [[SET FULLPATH]], [[STR_SIZE()]]
  
 
==Description==
 
==Description==

Revision as of 04:42, 29 April 2020

Purpose

Function to return size of file

Syntax

FSIZE(<expC>)

See Also

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

Description

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

Example

? fsize("example.dbf")
     37580