TaskExplorer
TaskExplorer copied to clipboard
can taskexplorer monitor file rename event use etw
I want to monitor filename event, but i can't get the old file_path and new file_path in the event, i use taskexplorer but can not found this feature, does taskexplorer support this ? thank you
you mean in the handle/file tabs? I'm not exactly clear what you want to do
for example, when i use rename function(rename ("c:\1.txt", "c:\2.txt")) to generate rename event , TaskExplorer can not show rename event in file tabs, i wish taskexplorer can show a message just like below: rename event found, src file 1.txt to dst file 2.txt
does taskexplorer support this feature? or if you have some ides about how to implement use etw, please help!
if you tell be the details of the etw event that loggs this i can add it, dont have time right now to find the infos myself