I wish Tracker told me what it had noticed that made it do a auto-refresh.
I know I can disable the re-searching by using "Auto-Refresh on File System Changes" but I would dearly love to know whatI have got in Program Files that keeps chenging every five seconds.
Is there perhaps another utlity which can tell me what changes are occuring and which Tracker is responding to?
[Am on XP + SP1]
Wish Tracker told me which file was changing
-
admin
- Site Admin
- Posts: 66247
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Wish Tracker told me which file was changing
In Program Files??? In which subfolder?
-
spinner
- Posts: 85
- Joined: 01 Oct 2004 13:25
Re: Wish Tracker told me which file was changing
That is the question I to am asking!admin wrote:In Program Files??? In which subfolder?
I use Tracker to search all of Program Files for a particular file and the results window has hardly finished listing the hits when it starts to search again. It seems to do this every five or 10 seconds in my case.
Sounds like there changes being made to a file there (perhaps log file entries) but I just wish I knew where as I guess Tracker must have a reasonably good idea as it is repsonding to the changes by searching.
-
admin
- Site Admin
- Posts: 66247
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Wish Tracker told me which file was changing
I would guess so, too, but unfortunately TrackerV3 does not know what's happening! Windows just sends a message that something happened concerning the file system. There are just 5 types of changes that are distinguished, and you don't need to be a programmer to understand this:spinner wrote:Sounds like there changes being made to a file there (perhaps log file entries) but I just wish I knew where as I guess Tracker must have a reasonably good idea as it is repsonding to the changes by searching.
Code: Select all
Public Enum NOTIFY_CHANGE_TYPE
cwdName = 1&
cwdDirName = 2&
cwdAttr = 4&
cwdSize = 8&
cwdLastWrite = 16&
End EnumI gave to admit that this is a nasty situation. What could we do?
(a) optionally disable auto-refresh for find results mode
(b) have a handy keyboard shortcut to quickly stop auto-refreshing for the current listing
I'm open for ideas.
-
admin
- Site Admin
- Posts: 66247
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
XYplorer Beta Club