Folder Permissions

Hi everyone,I'm fairly new to java and was wondering if there is a way that you can access folders and check their security permissions eg, "read", "write" etc. using a java program. Or is there any way i can change their permissions from the program. Thanks for any
[300 byte] By [Permissionsa] at [2007-11-27 7:40:12]
# 1
Wrap it in a File object, then call the appropriate methods on that.
dcmintera at 2007-7-12 19:20:40 > top of Java-index,Java Essentials,Java Programming...