C# Class Rackspace.Cloud.Server.Agent.UpdaterService.Utility

显示文件 Open project: rackerlabs/openstack-guest-agents-windows-xenserver

Public Methods

Method Description
CopyFiles ( string fromPath, string toPath, ILogger logger ) : void

Method Details

CopyFiles() public static method

public static CopyFiles ( string fromPath, string toPath, ILogger logger ) : void
fromPath string
toPath string
logger ILogger
return void