File List: if you change name, should list update

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
therube
Posts: 4580
Joined: Thu Sep 03, 2009 6:48 pm

File List: if you change name, should list update

Post by therube »

File List: if you open a file list, then change the name of a file on the file list, should name within the list update?

As it is, the name of the file - on disk, updates as expected, but the name on the list then becomes "invalid" (if you will), because the list then no longer reflects the (now revised) name on disk.

Further, if you renamed incorrectly (typo or whatever), you wouldn't necessarily know it (unless you then went to a "live" version of Everything & searched for the [new] name to verify that it was renamed as expected).
NotNull
Posts: 5167
Joined: Wed May 24, 2017 9:22 pm

Re: File List: if you change name, should list update

Post by NotNull »

File lists don't check the system. They are static.

If you have a a FileList.EFU, containing C:\MyFile.txt and rename or delete that file on your disk, the EFU wil still show C:\MyFile.txt

If you open FileList.EFU in a text editor and change C:\MyFile.txt to C:\YourFile.txt, Everything's index will be updated with the new filename (if you enabled Monitor changes for that file list)

In short: Monitor changes does not monitor the (file) system; it monitors "only" if the .EFU file list itself changed.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: File List: if you change name, should list update

Post by void »

Currently, file lists are read-only.

I'll consider updating the file list if you:
  • Rename a file (same parent folder) from within Everything.
  • Delete a file from within Everything.
In other words, Everything would not monitor these files unless you directly rename/delete them from within Everything.
When you close the file list, perhaps Everything could prompt the user with the option to save the changes to the file list..
Post Reply