private static void OnCommonFileSystemWatcherCreated(object sender, FileSystemEventArgs e) { var fullPath = AlterPathToMountPath(e.FullPath); var isDirectory = Directory.Exists(fullPath); Dokan.DokanNotifyCreate(fullPath, isDirectory); }