kolli143
June 1st, 2000, 09:28 AM
I have to create some set of directories on a user click which i have successfully done thru java.io.File class. I need to set privileges on the directories which i have successfully done thru java policytool and the FilePermission class. Now my problem is I have to create permissions on these directories to each working group and to individual persons in the group. I wonder if I can do it thru the java.security package. Any help will be greately appriciated. Thanks in Advance.