Difference between revisions of "FSIZE()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 12: | Line 12: | ||
==See Also== | ==See Also== | ||
− | [[DBF()]], [[FILEINFO()]], [[FMT()]], [[GETENV()]], [[GETLOG()]], [[NDX()]], [[SET FULLPATH]] | + | [[DBF()]], [[FILEINFO()]], [[FILESIZE()]], [[FMT()]], [[GETENV()]], [[GETLOG()]], [[NDX()]], [[SET FULLPATH]] |
Line 21: | Line 21: | ||
==Example== | ==Example== | ||
<code lang="recital"> | <code lang="recital"> | ||
− | ? fsize(" | + | ? fsize("example.dbf") |
− | + | 37580 | |
</code> | </code> | ||
==Products== | ==Products== | ||
− | Recital | + | 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 16:26, 14 October 2009
Class
Disk and File Utilities
Purpose
Function to return size of file
Syntax
FSIZE(<expC>)
See Also
DBF(), FILEINFO(), FILESIZE(), FMT(), 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
Products
Recital Server, Recital