lovr.filesystem.createDirectory
EditCreates a directory in the save directory. Also creates any intermediate directories that don't exist.
success, error = lovr.filesystem.createDirectory(path)Arguments
| Name | Type | Description |
| path | string | The directory to create, recursively. |
Returns
| Name | Type | Description |
| success | boolean | Whether the directory was created. |
| error | string | nil | The error message. |