Difference between revisions of "love.filesystem.isFile"

(included link to other languages)
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Check whether something is a file.}}
 
{{#set:Description=Check whether something is a file.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|love.filesystem.isFile}}
 
{{i18n|love.filesystem.isFile}}

Revision as of 09:40, 25 March 2011

Check whether something is a file.

Function

Synopsis

is_file = love.filesystem.isFile( filename )

Arguments

string filename
The path to a potential file.

Returns

boolean is_file
True if there is a file with the specified name. False otherwise.

See Also


Other Languages