omeryanar / FileExplorer

Windows File Explorer alternative with tab browsing
MIT License
467 stars 29 forks source link

After renaming a file or creating a new folder, FileExplorer should refresh automatically #74

Open notdodgeball opened 6 months ago

notdodgeball commented 6 months ago

After renaming a file or creating a new folder, the changes are not displayed, only after a F5 refresh.

omeryanar commented 3 months ago

Normally File Explorer automatically refreshes with any operation on the file system (create, rename, delete). However, there was a bug that prevented the change tracking mechanism from working on network drives, and it was fixed in version 3.3. https://github.com/omeryanar/FileExplorer/issues/65#issuecomment-2028098171

If you still encounter this problem on v3.3 or higher, can you give some detail about your environment? For example, is this happening only in network drives? (Note that if your windows is installed in a virtual environment (such as Parallels Desktop on Mac) then change tracking mechanism might not work.)