Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
20
File.Size
Type
Function returning Long
Invocation
File.Size(handle)
Parameter
Method
Type
Description
handle
ByVal
integral
The handle of the file to read, previously returned by
File.Open().
Discussion
The value returned by this function is negative if an error occurs. Otherwise, it is the current size of the
file, in bytes.
Previous page Top Next page