C# Class PostBuildCopier.CopyItem

Show file Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
Copy ( ) : void
CopyItem ( string copyFile, string copyToFolder ) : System.IO

Private Methods

Method Description
Delete ( FileSystemInfo file ) : void

Method Details

Copy() public method

public Copy ( ) : void
return void

CopyItem() public method

public CopyItem ( string copyFile, string copyToFolder ) : System.IO
copyFile string
copyToFolder string
return System.IO