TaskExplorer icon indicating copy to clipboard operation
TaskExplorer copied to clipboard

can taskexplorer monitor file rename event use etw

Open yangjian123 opened this issue 4 years ago • 3 comments

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

yangjian123 avatar Nov 20 '20 04:11 yangjian123

you mean in the handle/file tabs? I'm not exactly clear what you want to do

DavidXanatos avatar Nov 20 '20 11:11 DavidXanatos

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!

yangjian123 avatar Nov 20 '20 13:11 yangjian123

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

DavidXanatos avatar Oct 05 '21 16:10 DavidXanatos