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.
Version 0.3.2 LÖVE DocumentationOverviewLicenseCreditsInstallingGetting startedDeviceslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.systemTypesAnimationColorFontFileImageMusicParticleSystemSoundCallbacksloadupdatedrawmousepressedmousereleasedkeypressedkeyreleasedMiscellaneousConstantsConfig 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. |