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

Is it possible to get an event that a dir/file is being viewed/opened in finder/explorer? #319

Closed
hu13 opened this issue Dec 17, 2019 · 2 comments

Comments

@hu13
Copy link
Contributor

hu13 commented Dec 17, 2019

Hi there,

I am working on an application that is interested not only on events that a file/dir has been modified but also if it is being viewed/opened by an external application like finder/explorer.

I am wondering if this is possible with certain enhancements to this library?
If so, can you point me in a direction that I can do more research on?

Thanks.

@cobolbaby
Copy link

Keep an eye on the last access time.

System events also occur when the last access time changes

@arp242
Copy link
Member

arp242 commented Jul 24, 2022

READ events aren't supported right now.

I'm closing this one as a duplicate of #346, as it's fundamentally the same issue (add support for READ events).

@arp242 arp242 closed this as completed Jul 24, 2022
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

3 participants