Available since LÖVE 0.9.0
It has been renamed from love.filesystem.mkdir.
Recursively creates a directory.
When called with "a/b" it creates both "a" and "a/b", if they don't exist already.
success = love.filesystem.createDirectory( name )
string name
boolean success
© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.filesystem.createDirectory