public class Program { static void Main(string[] args) { string result = Update.copyEverthingToBackup(); Console.WriteLine(result); } }