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
fw.SetWatchList(Array As String("d:\Data"))
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.
fw.SetWatchList(Array As String("d:\"))
Any help is appreciated as always.