Difference between revisions of "love.filesystem.isDirectory"
m |
|||
Line 3: | Line 3: | ||
=== Synopsis === | === Synopsis === | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | isDir = love.filesystem.isDirectory( filename ) | |
</source> | </source> | ||
=== Arguments === | === Arguments === | ||
{{param|string|filename|The path to a potential directory.}} | {{param|string|filename|The path to a potential directory.}} | ||
=== Returns === | === Returns === | ||
− | {{param|boolean| | + | {{param|boolean|isDir|True if there is a directory with the specified name. False otherwise.}} |
== See Also == | == See Also == | ||
* [[parent::love.filesystem]] | * [[parent::love.filesystem]] |
Revision as of 10:07, 26 January 2016
Check whether something is a directory.
Function
Synopsis
isDir = love.filesystem.isDirectory( filename )
Arguments
string filename
- The path to a potential directory.
Returns
boolean isDir
- True if there is a directory with the specified name. False otherwise.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info