lovr.filesystem.getUserDirectory

Edit

Returns the absolute path of the user's home directory.

path = lovr.filesystem.getUserDirectory()

Arguments

None

Returns

NameTypeDescription
pathstring The absolute path of the user's home directory.

See also