Disappear subfolders and files on FAT32/exFAT

Found a bug in "Everything"? report it here
Post Reply
zenax
Posts: 3
Joined: Thu Oct 15, 2020 3:30 pm

Disappear subfolders and files on FAT32/exFAT

Post by zenax »

Disappear subfolders and files on FAT32/exFAT file system when Moving folder.

The situation was recorded.

Please look at Youtube link.
https://youtu.be/5N0lEnT1a4Q

Everything Version 1.4.1.992 (x64)
Last edited by zenax on Sat Oct 17, 2020 3:38 am, edited 1 time in total.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Disappear subfolders and files on FAT32/exFAT

Post by void »

Thank you for your bug report and video.

This is a limitation with ReadDirectoryChanges.

The 'move' is not detected.
Only the newly created folder is detected and the deletion of the old folder is detected:
RDC REMOVED EnglishFolder
RDC ADDED EnglishFolder

Rescanning newly added folders is in development.
zenax
Posts: 3
Joined: Thu Oct 15, 2020 3:30 pm

Re: Disappear subfolders and files on FAT32/exFAT

Post by zenax »

void wrote: Fri Oct 16, 2020 7:28 am Rescanning newly added folders is in development.
Thanks :D
It is necessary to scan the subfolders of the newly added folder.
I manually rescan after move folder, it takes a long time to scan all disk.
Post Reply