filesystemwatcher
What would be the best method for interconnecting 2 .NET services on a Windows machine?
I am looking for some suggestions on what would be the best / effective method of exchanging information between 2 networked Windows servers...[详细]
2023-02-17 00:06 分类:问答Application just closes (no error or smth) when run from VS2010
Problem is that application closes without any error, VS stays opened. I have multiple dynamically created FileSystemWatchers, all of them have eventhandler on \"Created\" event. So this eventhandler[详细]
2023-02-14 16:35 分类:问答How to implement filesystem watcher?
I am having a situation like: Suppose there is one folder \"D:\\Main\" which can contain any word file. On adding any file/files to the folder I need to parse the file and based on some keywords I ne[详细]
2023-02-14 07:38 分类:问答TextStream.AtEndOfStream sometimes is never true
I have a vb script that processes text files on a server, however, very occasionally without any apparent reason, the script gets stuck in a loop.[详细]
2023-02-13 00:26 分类:问答ASP.NET text box alert
I\'d like to be able to have a text box alert in my C# web application if a file exists on a server.Any ideas? New to C# here. So for example, if I have text.txt (and I know that it\'s always going to[详细]
2023-02-11 10:52 分类:问答C# - Predict file system events on folder delete
This is more a question about what\'s the best practice in implementing this. I have a FileSystemWatcher which should inform me about User\'s changes on files and folders. Also subdirs are watched. I[详细]
2023-02-10 02:20 分类:问答Global Error Handler for FileSystemWatcher and BackgroundWorker
I have written a FileProcessor class which wraps the FileSystemWatcher (fsw), and also has a BackgroundWorker (bgw) thread to process items in a Queue;[详细]
2023-02-09 18:13 分类:问答C# follow folder junctions with FileSystemWatcher
Is it possible to configure a FileSystemWatcher to watch other folders which are linked in with a开发者_运维知识库 folder junction point?[详细]
2023-02-09 05:30 分类:问答Windows 7 /Eclipse watchpoint on file access
Is there a way in Eclipse [Helios] on Win 7 to watch for a file to be opened? Do I have to know where the app is going to do so, or is 开发者_运维问答there a way to watch for a java.io object being cr[详细]
2023-02-08 15:29 分类:问答watching a directory in ruby
We have an application that needs to process incoming files that are dropped into a directory. I am looking for the best way to do this.[详细]
2023-02-05 23:26 分类:问答