开发者

Set NTFS file permissions in java

开发者 https://www.devze.com 2023-01-02 01:26 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消