I want to delete my macport folder but I'm not sure if there is something important in it. So my idea was to observe the folder a time. Is this possible?
Asked
Active
Viewed 1,230 times
1
1 Answers
2
Use Folder Actions.
Alternatively, you can try starting a script using launchd with a WatchPaths. I'm pretty sure this answer can easily be adapted, by removing StartOnMount and specifying WatchPaths.
You can notify e.g. using the program say (audio notifications), or, if you use it, Growl from command line using growlnotify. If you want the latter to be really fancy, this answer might help with that.
Daniel Beck
- 110,419
fs_usage, it's not in any way set up to run persistently (it even required root privileges). Looking forward to answers by others though. – Daniel Beck Jan 05 '11 at 21:07