filesystemwatcher
How to use a FileSystemWatcher for monitoring new drives [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Looking for C# code for detecting removable drive (usb flash)[详细]
2023-04-01 01:23 分类:问答How should I poll a large number of files for changes?
I\'d like to poll the file system for any changed, added or removed files or sub-directories. All changes should be detected quickly but without putting pressure on the machine. The OS is Windows >= V[详细]
2023-03-31 13:07 分类:问答How reliable is the FileSystemWatcher in .netFramwork 4?
Has anyone used the FileSystemWatcher in framework 4 and have you encountered any problems? i am using it in a windows service and i cant afford for it to fail.[详细]
2023-03-30 22:27 分类:问答monitor file/directory access in C#
I want to develop the application which logs the files / directories accessed on the machine. e.g. I go to D:\\ and into a folder documents and open a word file. I want my application to create a log[详细]
2023-03-30 04:24 分类:问答problem with fileSystemWatcher
I have two applications, CREATOR (which I can\'t modify) and OBSERVER. CREATOR manipulates many files, and I need OBSERVER to know when that happens. I wrote OBSERVER in C#, and I\'m using FileSystemW[详细]
2023-03-29 15:17 分类:问答FileSystemWatcher on a network machine setting credential
Is there a way to set a credential for a filesystemwatcher object? The application runs on a different user that doesnt have access to directory on开发者_如何学C network machine but i want to give cre[详细]
2023-03-29 10:04 分类:问答Alternatives ways to getting the properties of the file?
Background: I have a file monitoring service that watches for changes in the files on the local system using the FileSystemWatcher class and i am handling for events like Created,Deleted,Renamed开发者[详细]
2023-03-29 01:38 分类:问答How to know which FileSystemWatcher is calling Method?
I\'m creating a List of FileSystemWatchers. List<ExtSystemFileWatcher> fswMonitors = new List<FileSystemWat开发者_如何转开发cher> ();[详细]
2023-03-28 21:13 分类:问答Is it possible to create a C# Windows Service that detects new file creation on Windows XP?
I have a folder that will contain a temporary file that will be created by web service. I want the file to be converted by .exe program I have via command line. Now, I have already generated web servi[详细]
2023-03-28 20:11 分类:问答Is there ICopyHook.CopyCallback for files or alternative for it?
we use ICopyHook.CopyCallback shell extension to detect deletion , moving ,creation of folders , but not files Link , How to detect if the user is deleting a file from C# Application , or How to handl[详细]
2023-03-26 19:52 分类:问答