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,174 times
1
-
Please explain what you mean by *observing*. Changes to the files in there, additions and removals? – Daniel Beck Jan 05 '11 at 20:56
-
I mean if there is a program which is using any file from this folder. – robbyOnRails1 Jan 05 '11 at 21:04
-
This will be difficult. While you can use `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
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
- 109,300
- 14
- 287
- 334