Function
File:getSize( )
Gets the size of the file in bytes. This requires that the File was created for reading, otherwise this functioin will return 0.
Synopsis
var = File:getSize( )
Arguments
(None)
Returns
number The size of the file.
Copyright © 2006-2008 LÖVE Development Team.