fsize
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: Yes
Description Return file size
Arguments and Return Values Arguments: a string containing the size of the file Return Value: integer value of size
Usage Syntax: fsize(filename) The fsize() function determines the size of the specified file, and returns that number as an integer. If the file does not exist, fsize() returns a -1.
Examples dv> fsize("clndcs1.png") 455545 dv> fsize("nonexistentfile.txt") -1 |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 07-06-2009 |