mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-04 09:53:41 +00:00
Events are not so reliable, there are many flaws and special cases (like trashing a folder etc) In order to simplify the process is the following - We receive an event - We tidy up the shadow files - We check if the given path exists - If it's a folder, we continue - If it's a file and it exists : we run handleFileModification - If it's a file and it doesn't exist: we run handleFileRemoval