I have program that looks up files. I want to get the permissions on the file. I tried using file::stat but it doesn't return what I need. What I want to find out is the permissions on the files. i.e.) which users have permission to this file/ directories. If any one has any information on this it would be greatly appreciated.