My app puts some files in the trash, but also implements undo to pull them back out again. I need to know if the user empties the trash so I can empty my undo stack.
Do I need to monitor file system events to achieve this, or is there an easier way?
|
My app puts some files in the trash, but also implements undo to pull them back out again. I need to know if the user empties the trash so I can empty my undo stack. Do I need to monitor file system events to achieve this, or is there an easier way?
| |||
|
feedback
|
|
You'll probably have to end up watching ~/.Trash, but there is a notification posted when the trash is emptied. Its name is | |||||
feedback
|
|
You can use UKKQueue to watch file change (empty thrash) notifications: | |||
|
feedback
|
|
Another option is to use | |||
|
feedback
|