The following code is working, but I need to amend it so it moves all .txt files instead of just the test.txt file.
File.Move(@"C:\Desktop\test\test.txt", @"C:\Desktop\test\old\test.txt");
How can I amend it to do this?
It's moving them from the test folder to the test\old subfolder