-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
- Version: 6.5.0
- Platform: Windows 10 (64-bit)
- Subsystem: filesystem
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.
Metadata
Metadata
Assignees
Labels
fsIssues and PRs related to the fs subsystem / file system.Issues and PRs related to the fs subsystem / file system.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.