Hi Everyone
For monitor folders/files I am using FileSystemWatcher, it is working fine, but I need to work with shared folder on "IBM i" . When I changed the "FileSystemWatcher.Path" to the shared folder on "IBM i", it
did not raise any events (file create, delete or change etc...).
My framework version is 4.5.1.
I have test the "Directory.GetFiles(path)" it was okay, I was able to get files, but when added file the FileSystemWatcher events was not firing.
Please help me fix this issue related FileSystemWatcher in "IBM i" environment.
Thanks,
Artem