On this page
love.filesystem.mkdir
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.
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
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.filesystem.mkdir