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チュートリアルです 。java.nio.fileパッケージは、Watch Service API と呼ばれるファイル変更通知 API を提供します。この API を使用すると、1 つまたは複数のディレクトリを監視サービスに登録できます。登録時に、関心のあるイベントのタイプ (ファイルの作成、ファイルの削除、またはファイルの変更) をサービスに伝えます。
java.nio.file
詳しくはこちら。