Пример #1
0
        private static void OnCommonFileSystemWatcherChanged(object sender, FileSystemEventArgs e)
        {
            var fullPath = AlterPathToMountPath(e.FullPath);

            Dokan.DokanNotifyUpdate(fullPath);
        }