Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can taskexplorer monitor file rename event use etw #19

Open
yangjian123 opened this issue Nov 20, 2020 · 3 comments
Open

can taskexplorer monitor file rename event use etw #19

yangjian123 opened this issue Nov 20, 2020 · 3 comments

Comments

@yangjian123
Copy link

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

@DavidXanatos
Copy link
Owner

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

@yangjian123
Copy link
Author

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!

@DavidXanatos
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants