locked
FileSystemWatcher events not firing on "IBM i" shared folder RRS feed

  • Question

  • 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

    Wednesday, October 17, 2018 10:18 AM

All replies

  • In addition I noticed this behavior when I set  "fileSystemWatcher.EnableRaisingEvents = true" it immediately firing Error with this message --- "The request is not supported"

    Thanks,

    Artem

    Friday, October 26, 2018 7:52 AM