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)
Disappear subfolders and files on FAT32/exFAT
-
zenax
- Posts: 3
- Joined: Thu Oct 15, 2020 3:30 pm
Disappear subfolders and files on FAT32/exFAT
Last edited by zenax on Sat Oct 17, 2020 3:38 am, edited 1 time in total.
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Disappear subfolders and files on FAT32/exFAT
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.
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
Thanks
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.