a utility to get/set permissions of files/folders?

Hi,I was wondering if there is any utility in java that can allow you to get/set permissions of files/folders? ThanksPreetham
[153 byte] By [preetham.c] at [2007-9-30 17:22:43]
# 1
Look at the java.io.File class it has a limited set of methods that handle permissions. You most likely will not find them satisfactory. Search these forums for threads that address the problem using Runtime class to execute native OS commands.
ChuckBing at 2007-7-6 13:45:39 > top of Java-index,Administration Tools,Sun Connection...