Use filesystem permissions, depending on your case you would need to create another group (assuming there are multiple administrators), chown and chgrp that folder to that group, then chmod the permissions of that folder to suite your needs.
If you have only one administrator you could:
chown admin [your folder]
chmod 700 [your folder]
Hope this helped,
Nathan