Difference between revisions of "love.filesystem.isFile"

 
m (1 revision: Imported docs from potato.)
(No difference)

Revision as of 15:54, 14 February 2010


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