microsoft / ProjFS-Managed-API

A managed-code API for the Windows Projected File System
Other
142 stars 34 forks source link

Don't allow "." as a notification root #26

Closed cgallred closed 5 years ago

cgallred commented 5 years ago

When registering for notifications a provider must specify the virtualization root as an empty string when registering for notifications that span the entire virtualization root. Previously if a provider specified . as a notification root there was no error and the provider would not get the notifications it expected.

fixes #20