I have created a simple application to copy files from my computer to a flash drive and I would like to have a log of the user activities. like: The time of starting and closing the application. The path of the copied folder or file and the path of the destination. The time and the name of a newly created folder...etc.
I did not try any thing yet because I have no idea on how to do so.
I need to but the logged data into a text file. And I am using Windows Forms
Thank you in advance.