I have a folder named "DocSamples" on the file system, this folder has 100 HTML files and one cascading style sheet file named "docStyle.css", i want to add a reference to this style sheet <link rel="stylesheet" href="docStyle.css">to each HTML file in the folder using Console Application (C#).
Any idea on how I can implement this?
Thank you,