Home
last modified time | relevance | path

Searched refs:copyFromPath (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DTools.cs1468 internal static void FileCopy(string copyFromPath, string copyToPath) in FileCopy() argument
1471 … Console.WriteLine("FileUtil::FileCopy: Copying '{0}' to '{1}'", copyFromPath, copyToPath); in FileCopy()
1486 var origin = new FileInfo(copyFromPath); in FileCopy()