I am writing a VFS for Windows. My VFS is not receiving commands to refresh its File Explorer view following a create, rename or delete new files. The only way I can get the refresh command ... TRANS2_FIND_FIRST2/* is by manually selecting the mapped drive. I receive the regular RANS2_QUERY_PATH_INFORMATION/QUERY_FILE_BASIC_INFO for the dir. But, there is no TRANS2_FIND_FIRST2/* following that. I have to manually select the mapped drive to trigger the command TRANS2_FIND_FIRST2/*. Can anyone suggest how I can trigger the Listfiles command?
Any help/pointers is much appreciated.