Creare un file watcher in Koltin con Apache Commons IO
In questo articolo vediamo come creare un filesystem watcher in Kotlin usando Apache Commons IO.
Se usate gradle aggiungete questa dipendenza:
dependencies {
..........
implementation("commons-io:commons-io:2.21.0")
}