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
I use fs.watch to build a tool to watch file changes.
Now there is a large directory which contains hundreds of subdirectories and files.
When trying to remove this directory with Shift+Delete keys, I found only some subdirectories and files had been removed.
Need to fully clean the directory with Shift+Delete key many times.
It is not good to clean large directory in such a way.
Someone told me it is related with file locking mechanism in Windows, but not know the detail.
Wondering if there is any way to avoid such issue, i.e. clean the large directory watched by fs.watch with only one Shift+Delete keys.
Any suggestions and clues are appreciated. Thanks.
The text was updated successfully, but these errors were encountered:
Fishrock123
added
fs
Issues and PRs related to the fs subsystem / file system.
windows
Issues and PRs related to the Windows platform.
labels
Nov 1, 2016
The same issue in libuv (libuv/libuv#1118) was closed, so I'll close this one too. You are welcomed to reopen the issue if you still have this problem and you can provide some more info.
I use fs.watch to build a tool to watch file changes.
Now there is a large directory which contains hundreds of subdirectories and files.
When trying to remove this directory with Shift+Delete keys, I found only some subdirectories and files had been removed.
Need to fully clean the directory with Shift+Delete key many times.
It is not good to clean large directory in such a way.
Someone told me it is related with file locking mechanism in Windows, but not know the detail.
Wondering if there is any way to avoid such issue, i.e. clean the large directory watched by fs.watch with only one Shift+Delete keys.
Any suggestions and clues are appreciated. Thanks.
The text was updated successfully, but these errors were encountered: