The amount of code I've written for a folder. The executable file in the folder creates the desktop.ini file and places it in two lines. And I do not know the rest of the steps. What should I do?[.ShellClassInfo]IconResource=private void button1_Click(object sender, EventArgs e) { TextWriter tw = new StreamWriter("desktop.ini"); tw.WriteLine("[.ShellClassInfo]"); tw.WriteLine("IconResource=" ); tw.Close(); }