I am looking for some suggestions on what would be the best / effective method of exchanging information between 2 networked Windows servers...
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
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
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.
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
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
I have written a FileProcessor class which wraps the FileSystemWatcher (fsw), and also has a BackgroundWorker (bgw) thread to process items in a Queue;
Is it possible to configure a FileSystemWatcher to watch other folders which are linked in with a开发者_运维知识库 folder junction point?
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
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.