2 implementations of FileCopy
Microsoft.TemplateEngine.Utils (2)
InMemoryFileSystem.cs (1)
422public void FileCopy(string sourcePath, string targetPath, bool overwrite)
PhysicalFileSystem.cs (1)
44public void FileCopy(string source, string target, bool overwrite)
3 references to FileCopy
Microsoft.TemplateEngine.Edge (3)
Installers\NuGet\NuGetInstaller.cs (1)
418_environmentSettings.Host.FileSystem.FileCopy(installRequest.PackageIdentifier, targetPackageLocation, overwrite: installRequest.Force);
Settings\SettingsFilePaths.cs (2)
41_environmentSettings.Host.FileSystem.FileCopy(path, targetPath, true); 64_environmentSettings.Host.FileSystem.FileCopy(p, wholeTargetPath, true);