Category: Files
Back to System Functions
FileSize(fileHandle As Integer)
Integer
Returns the total size of the open file in bytes.
This does not change the current file position.
size = FileSize(fileHandle) If size = 0 Then Return End If