FileAction
EditThe different actions that can be taken on files, reported by lovr.filechanged when filesystem watching is active.
| Value | Description |
| create | The file was created. |
| delete | The file was deleted. |
| modify | The file's contents were modified. |
| rename | The file was renamed. |