lovr.filesystem.getUserDirectory
EditReturns the absolute path of the user's home directory.
path = lovr.filesystem.getUserDirectory()Arguments
None
Returns
| Name | Type | Description |
| path | string | The absolute path of the user's home directory. |
Returns the absolute path of the user's home directory.
path = lovr.filesystem.getUserDirectory()None
| Name | Type | Description |
| path | string | The absolute path of the user's home directory. |