love.filesystem.isDirectory( filename )
Check whether something is a directory.
Synopsis
is_dir = love.filesystem.isDirectory( filename )
Parameters
filename |
string |
The path to a potential directory. |
Returns
is_dir |
boolean |
True if there is a directory with the specified name. False otherwise. |