Difference between revisions of "FSIZE()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
(See Also)
 
(4 intermediate revisions by the same user not shown)
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()]], [[NDX()]], [[SET FULLPATH]], [[STR_SIZE()]], [[SYSFILES]]
 
+
  
 
==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:Environment Functions]]
[[Category:Disk and File Utilities Functions]]
+

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