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

            Dokan.DokanNotifyUpdate(fullPath);
        }