love.filesystem.createDirectory
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.
Function
Synopsis
success = love.filesystem.createDirectory( name )
Arguments
string name
- The directory to create.
Returns
boolean success
- True if the directory was created, false if not.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info