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. |