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