コード例 #1
0
ファイル: Notify.cs プロジェクト: Lukas0610/dokan-dotnet
        private static void OnCommonFileSystemWatcherDirectoryDeleted(object sender, FileSystemEventArgs e)
        {
            var fullPath = AlterPathToMountPath(e.FullPath);

            Dokan.DokanNotifyDelete(fullPath, true);
        }