basic.%fsize
Gets the size of a file.
Syntax
size=%fsize(file.descriptor)
Description
returns the size in bytes of the Unix file associated to the opened 'file.descriptor' returned by a previous call to '%open()' or '%creat()'.
If the file does not exists or is not readable, '-1' is returned.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
