Hey
I need to know if it is possible to develop an application to track file activity for a specified type in a specified folder/directory using WF4 Visual Studio 2010.
Please give me helpful material/links to help me learn and implement this.
A sample application to identify file events and if possible also read the file content should be helpful.
Here are relevant links to this topic -
http://msdn.microsoft.com/en-us/library/ms741707(v=VS.90).aspx
http://social.msdn.microsoft.com/forums/en-US/windowsworkflowfoundation/thread/ffbdf933-0d26-4748-8250-781128fa2e97/
thanks in advance
Codrenalin.
Loading
Code AdrenalinPosted Mar 1, 2011, 1:47 AM
Thanks for ur kind reply. Have you used WF4.0 to implement the file monitoring logic? If no, I have to say I am specifically looking for a pure Windows Workflow Foundation way to monitor files and read them. Something like Workflow activities/controls that "Receive" file messages into monitored folder.
I am looking forward to any guidance/help especially code samples/explanation for the above requirement using WF4 and Visual Studio 2010.
thanks
Code Adrenalin.
Jaganathan BantheswaranPosted Feb 28, 2011, 3:10 PM
You can use the loginc from the links what you have given here right.
Okey good. Just download and try the project which i have added here.