Is there a way to change owner and group programatically with java 6?

75 views Asked by At

I must find a solution for changing it from java 6. I know that it is possible to do it with Files.nio but I should only use java 6 API.

I really don't want to use Runtime.getRuntime().exec("chown xx yy");

0

There are 0 answers