lovr.filesystem.unmount
EditUnmounts a directory or archive previously mounted with lovr.filesystem.mount
.
success = lovr.filesystem.unmount(path)
Arguments
Name | Type | Description |
path | string | The path to unmount. |
Returns
Name | Type | Description |
success | boolean | Whether the archive was unmounted. |
Notes
This function is not thread safe. Mounting or unmounting an archive while other threads call lovr.filesystem functions is not supported.