file = love.filesystem.newFile( filename )
string filename
File file
file = love.filesystem.newFile("data.txt") file:open('r') data = file:read()