You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm not going to describe a bug, but I'm wondering if the following is possible:
Consider this scenario: I'm using chokidar to watch a directory with many files/subdirectories in it. I'll then perform a copy operation using windows right-click, copy and paste. After that, I'll be receiving a number of 'add' events from the watcher.
My questions: Is there a way to detect the number of these 'add' events at the beginning, basically is there a way to know the number of files being copied instantly, without waiting for them to be actually copied?
Versions (please complete the following information):
Chokidar version: ^= 3.5.1
Node version: 14
OS version:Windows 10
This discussion was converted from issue #1127 on August 31, 2021 23:50.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I'm not going to describe a bug, but I'm wondering if the following is possible:
Consider this scenario: I'm using chokidar to watch a directory with many files/subdirectories in it. I'll then perform a copy operation using windows right-click, copy and paste. After that, I'll be receiving a number of 'add' events from the watcher.
My questions: Is there a way to detect the number of these 'add' events at the beginning, basically is there a way to know the number of files being copied instantly, without waiting for them to be actually copied?
Versions (please complete the following information):
Chokidar version: ^= 3.5.1
Node version: 14
OS version:Windows 10
Beta Was this translation helpful? Give feedback.
All reactions