I have been testing the jFileWatcher library and ran into an issue.
I have a D:\Data drive that I want to watch for any changes but here is what happens.
If I specify a folder(D:\Data) to monitor on the drive it will detect the file deletions and file modifications-Great
But if I don't specify a folder and select the whole drive (D:\) it will only pick up the file deletions but not the file modifications.
Any help is appreciated as always.
I have a D:\Data drive that I want to watch for any changes but here is what happens.
If I specify a folder(D:\Data) to monitor on the drive it will detect the file deletions and file modifications-Great
B4X:
fw.SetWatchList(Array As String("d:\Data"))
B4X:
fw.SetWatchList(Array As String("d:\"))