Type
File
A File should only be needed in these situations:
  • You need to read data directly from a file.
  • You need to write to a file.
In other cases, you can (and must) specify filenames directly when creating objects such as Image, Font and Sound.
Functions
getSize( ) Gets the size of the file in bytes.
Copyright © 2006-2008 LÖVE Development Team.