lovr.filesystem.createDirectory
EditCreates a directory in the save directory. Any parent directories that don't exist will also be created.
success = 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. |