Sounds like ReadDirectoryChanges is not picking up the rename.
Under Tools -> Debug -> Statistics -> Folder Index -> <your network drive>
Is Online: reported as Yes/No/Blank?
Please try enabling debug logging to capture any ReadDirectoryChanges errors:
- In Everything 1.5, from the Tools menu, under the Debug submenu, click Start Debug Logging.
- Rename a different file.
- Repeat until you see the rename detection fail
- From the Tools menu, under the Debug submenu, click Stop Debug Logging.
---this will open your Everything Debug Log.txt in Notepad.
- Could you please send this file to support@voidtools.com
Please try disabling ReadDirectoryChanges and use SHChangeNotify:
- In Everything 1.5, from the Tools menu, click Options.
- Click the Advanced tab on the left.
- To the right of Show settings containing, search for:
change
- Select read_directory_changes.
- Set the value to: false
- Click OK.
ReadDirectoryChanges is the preferred method for detecting network changes.
SHChangeNotify may help to detect changes made locally.
Consider running an Everything Server on the file server to detect all changes in real-time:
Everything Server