Difference between revisions of "love.filesystem.isDirectory"

m (1 revision: Importing from potato (again).)
(No difference)

Revision as of 16:17, 14 February 2010

Check whether something is a directory.

Function

Synopsis

is_dir = love.filesystem.isDirectory( filename )

Arguments

string filename
The path to a potential directory.

Returns

boolean is_dir
True if there is a directory with the specified name. False otherwise.

See Also