Searched refs:copyFromPath (Results 1 – 1 of 1) sorted by relevance
1468 internal static void FileCopy(string copyFromPath, string copyToPath) in FileCopy() argument1471 … Console.WriteLine("FileUtil::FileCopy: Copying '{0}' to '{1}'", copyFromPath, copyToPath); in FileCopy()1486 var origin = new FileInfo(copyFromPath); in FileCopy()