Difference between revisions of "FSIZE()"

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

Latest revision as of 13:02, 2 March 2022

Purpose

Function to return size of file

Syntax

FSIZE(<expC>)

See Also

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

Description

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

Example

? fsize("example.dbf")
     37580