private static void OnCommonFileSystemWatcherDirectoryDeleted(object sender, FileSystemEventArgs e) { var fullPath = AlterPathToMountPath(e.FullPath); Dokan.DokanNotifyDelete(fullPath, true); }