lovr.filesystem.isFile
EditCheck if a path exists and is a file.
isFile = lovr.filesystem.isFile(path)Arguments
| Name | Type | Description |
| path | string | The path to check. |
Returns
| Name | Type | Description |
| isFile | boolean | Whether or not the path is a file. |
Check if a path exists and is a file.
isFile = lovr.filesystem.isFile(path)| Name | Type | Description |
| path | string | The path to check. |
| Name | Type | Description |
| isFile | boolean | Whether or not the path is a file. |