Difference between revisions of "love.filesystem.read"
m (1 revision: Imported docs from potato.) |
|||
Line 1: | Line 1: | ||
− | + | Read the contents of a file | |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 15: | Line 15: | ||
* [[parent::love.filesystem]] | * [[parent::love.filesystem]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=}} | + | {{#set:Description=Read the contents of a file}} |
Revision as of 16:17, 14 February 2010
Read the contents of a file
Function
Synopsis
contents, size = love.filesystem.read( name, size )