I am familiar with chmod() but I want to be able to tell if a file is a+w g+w or o+w instead of just writable.
is there a way to do this with out doing something fancy with chmod? I don't want to change the perms I just want to check to see if lets say any of my files in my $HOME are world writable. -(tango mike)