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

Win10: Moving a folder that contains files to watched directory does not trigger event for files #73

Open
senorLobito opened this issue Jun 11, 2019 · 2 comments

Comments

@senorLobito
Copy link

Hi,
I have electron app where I'm watching one directory (+ subdirs).

  • If I try to move there (CTRL + X & CTRL + V) folder with couple of files inside from other destination on my PC, the nsfw triggers event just for folder, not for files included within.

  • If I try to copy (CTRL + C & CTRL + V) the same folder with couple of files inside, everything works as expected

This behavior was reproduced on 2 PCs with WIN10, on WIN8 works normally.

  • I tried to update to newest version 1.2.2
  • tried to play with debounceMS
  • tried to find anything in errorCallback, no luck

Did anybody came across this issue?
Thanks

@SpringsTea
Copy link

I am also getting this. When copying a folder of files, events will fire at the beginning and end of the file transfer for the folder only, and not the contained files.

@ingles98
Copy link

THIS. This is also an issue for deleting folders as it will not trigger remove events for each file and folder within.

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