C# Class Rackspace.Cloud.Server.Agent.Actions.FileCopier

Inheritance: IFileCopier
Show file Open project: rackerlabs/openstack-guest-agents-windows-xenserver

Public Methods

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

Method Details

CopyFiles() public method

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