C# help, clearing console window

Associate
Joined
20 Jun 2011
Posts
55
Location
Wirral
Hi Guys.

I am currently using C# to code a file management console application. One of my requirements is after each option that it clears the console window but then brings the menu I created up.

Anyone know how to do this.
I did a quick search with the oracle that is Google but nothing came up.
Thanks
 
Console.Clear(); worked fine. I tried that earlier but it gave a weird error message I had never seen before but it worked just :D
Thanks guys
 
Back
Top Bottom