Function
love.filesystem.isFile( filename )
Check whether something is a file.
Synopsis
is_file = love.filesystem.isFile( filename )
Parameters
filename string The path to a potential file.
Returns
is_file boolean True if there is a file with the specified name. False otherwise.
Copyright © 2006-2010 LÖVE Development Team.