Tell me, please, in the array there are full paths to the files and you need to move files from the specified array to newPath . How can this be implemented?
string[] NewFile = File.ReadAllLines(@"C:\Test1\1.cfg", System.Text.Encoding.Default); string newPath = @"С:\Test2\";