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. |
See also
lovr.filesystem