Difference between revisions of "love.filesystem.mkdir"

m (1 revision: Importing from potato (again).)
m (included link to other languages)
Line 1: Line 1:
 
 
Creates a directory.
 
Creates a directory.
 
== Function ==
 
== Function ==
Line 14: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Creates a directory.}}
 
{{#set:Description=Creates a directory.}}
 +
== Other Languages ==
 +
{{i18n|love.filesystem.mkdir}}

Revision as of 07:34, 4 January 2011

Creates a directory.

Function

Synopsis

ok = love.filesystem.mkdir( name )

Arguments

string name
The directory to create.

Returns

boolean ok
True if the directory was created, false if not.

See Also

Other Languages