After using Linux, if missed not having the chattr command that lets you make files 'Immutable' in OSX. But low and behold, it turns-out that OSX has one at least as good.
Turns out if you alias a Read-Only Locked/Hidden Folder that its contents cannot be deleted (even by root) until that lock is removed. Also, the lock doesn't show up in the alias, and simply returns the "You lack sufficient privileges to complete the operation" error - even when doing "sudo rm -fR" from terminal. Now if someone has a way to show hidden files and unlock the folder (much like reversing chattr in Linux), then the files becomes negotiable again, but it is much more complicated. And for added protection, it can be placed within a 2nd locked folder, which if a seldom-used system folder, will confound the heck out of anyone trying to do it, unless they really know what's going on with it: much less someone accidently deleting something.
Just a cool tool if needed.