FileAction

Edit

The different actions that can be taken on files, reported by lovr.filechanged when filesystem watching is active.

ValueDescription
create The file was created.
delete The file was deleted.
modify The file's contents were modified.
rename The file was renamed.

See also