Function
love.filesystem.read
Variants
read( file ) Reads bytes from an opened File.
read( file, bytes ) Reads bytes from an opened File.
read( filename ) Quick read using filename.
read( filename, bytes ) Quick read using filename.
Copyright © 2006-2008 LÖVE Development Team.