Version 0.3.2
LÖVE Documentation
OverviewLicenseCreditsInstallingGetting started
Devices
love.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.system
Types
AnimationColorFontFileImageMusicParticleSystemSound
Callbacks
loadupdatedrawmousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig filesKeyboard shortcuts
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.
Usage
File:getSize( )
Arguments
None
Returns
numberThe size of the file.