Removed in LÖVE 0.9.0
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.
ok = love.filesystem.mkdir( name )
string name
boolean ok
© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.filesystem.mkdir