Date recently changed

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
harryray2
Posts: 1104
Joined: Sat Oct 15, 2016 9:56 am

Date recently changed

Post by harryray2 »

I usually use date modified, date created and occasionally date accessed.
I've tried using date recently changed but it doesn't seem to give me any info that's any different and sometimes it appears to miss out files completely.

Is there any advantage to using date recently changed?

Thanks.
void
Developer
Posts: 16678
Joined: Fri Oct 16, 2009 11:31 pm

Re: Date recently changed

Post by void »

Date Recently Changed is an Everything only property.
Not to be confused with the Date Changed property which is the date of the last NTFS MFT change.


Only recently changed files will have this property (files changed since Everything was started)


Date Recently Changed is a relic from Everything 1.3.
Everything 1.3 and earlier did not have support for indexing Date Modified / Date Created, so Date Recently Changed offered an efficient way to search recent files.


Date Recently Changed is similar to Date Modified. Except, Date Recently Changed also includes renaming/moving files as a change.
This might be useful to track accidental renames or moves.

Date Recently Changed will be disabled in Everything 1.5 by default.
Use Date Modified and the Index Journal instead.

Date Recently Changed can be enabled/disabled from Everything -> Tools -> Options -> Indexes.
harryray2
Posts: 1104
Joined: Sat Oct 15, 2016 9:56 am

Re: Date recently changed

Post by harryray2 »

So I assume that date changed is just a property that can be added and not a search modifier such as DC: and DM:?

Will the date changed column give me any more info than date modified?

It will be useful for tracking file deletes and moves for me. As it only tracks since Everything is started presumably the info is lost if Everything is re-started?
Last edited by harryray2 on Fri Sep 03, 2021 11:31 am, edited 1 time in total.
void
Developer
Posts: 16678
Joined: Fri Oct 16, 2009 11:31 pm

Re: Date recently changed

Post by void »

Date Changed is just a file property in Everything.

You can add this column from Right clicking the result list column header -> Add Columns -> Date Changed
Right click the Date Changed column header and click Search for Date Changed.

Or, include the following in your search:
date-changed:
date-changed:2021-09-03




Date Recently Changed is a special property in Everything.
Everything manages another separate database of Date Recently Changed files.

To show the Date Recently Changed column, right click the result list column header -> Check Date Recently Changed.
Right click the Date Recently Changed column header and click Search for Date Recently Changed.

Or, include the following in your search:
rc:
rc:2021-09-03
Will the date changed column give me any more info than date modified?
Yes, date changed is updated for any change to the NTFS MFT, such as a file move or attribute change.
Generally, date changed is the same as date modified.
void
Developer
Posts: 16678
Joined: Fri Oct 16, 2009 11:31 pm

Re: Date recently changed

Post by void »

It will be useful for tracking file deletes and moves for me. As it only tracks since Everything is started presumably the info is lost if Everything is re-started?
The Date Recently Changed property is cleared when a file is deleted.

Normally Everything will only track Date Recently Changed from when you start Everything.
You can load the entire USN Journal into the Everything Date Recently Changed database from Tools -> Options -> NTFS -> NTFS Volume -> Load USN Journal into Recently Changes database.


Instead of using Recent Changes, consider using the Index Journal.
harryray2
Posts: 1104
Joined: Sat Oct 15, 2016 9:56 am

Re: Date recently changed

Post by harryray2 »

Got it...thanks
harryray2
Posts: 1104
Joined: Sat Oct 15, 2016 9:56 am

Re: Date recently changed

Post by harryray2 »

That answers a question for me, I've been wondering what the Load USN Journal into Recently Changes database was for..

Out of curiosity, where is the separate database kept?
void
Developer
Posts: 16678
Joined: Fri Oct 16, 2009 11:31 pm

Re: Date recently changed

Post by void »

In memory.
Post Reply