{{oldin|[[0.9.0]]|090|type=function|text=It has been renamed to [[love.filesystem.createDirectory]]}}
Recursively creates a directory.

When called with "a/b" it creates both "a" and "a/b", if they don't exist already.
== Function ==
=== Synopsis ===
<source lang="lua">
ok = love.filesystem.mkdir( name )
</source>
=== Arguments ===
{{param|string|name|The directory to create.}}
=== Returns ===
{{param|boolean|ok|True if the directory was created, false if not.}}
== See Also ==
* [[parent::love.filesystem]]
[[Category:Functions]]
{{#set:Description=Creates a directory.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|love.filesystem.mkdir}}