Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルがJavaを使用してユーザーまたはオペレーティングシステムに属しているかどうかをテストするにはどうすればよいですか?特に、削除や変更などの操作を実行するためにオペレーティングシステムによって生成される一時ファイルが何であるかを調べることに興味があります。
tks。
Java 7では、Files.getOwner()を使用できます。
http://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html#getOwner%28java.nio.file.Path,%20java.nio.file.LinkOption ...% 29