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

Fix a silent fail if path is a file #1034 (Windows only). #1054

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TobiasRzepka
Copy link

@TobiasRzepka TobiasRzepka commented Jul 28, 2024

CreateFileW can only track directories, not files. In case of files, start tracking the directory and filter out files which are not tracked.

Fixes #1034.

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

Successfully merging this pull request may close these issues.

silently fails if path is file
1 participant