I am writing a program that uses the CHMOD function to set permissions
on a file. I'd like to then be able to "read" or "retrieve" the
permission value for that file and compare it against what I wanted to
set it to to know if it actually did get changed. I searched the
fuctions that are built into PERL but didn't find anything that seemed
to fit. Can anyone suggest how I can retrieve the permissions on a file?
I've tried a GOOGLE search on "perl" and "module" and "permissions" but
nothing seemed to fit. Thank you.


Reply via email to