Set NTFS file permissions in java
How to set NTFS file permi开发者_如何学编程ssions in java?
It will be possible with NIO2 in Java 7. Look at this tutorial http://java.sun.com/docs/books/tutorial/essential/io/fileAttr.html, especially getAcl() and setAcl() methods.
精彩评论