C# Class withSIX.Sync.Core.Transfer.Protocols.Handlers.FileCopier

Inheritance: ICopyFile
Show file Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
CopyFile ( IAbsoluteFilePath a, IAbsoluteFilePath b ) : void
CopyFileAsync ( IAbsoluteFilePath a, IAbsoluteFilePath b ) : System.Threading.Tasks.Task
FileCopier ( Tools fileOps ) : System.Threading.Tasks

Method Details

CopyFile() public method

public CopyFile ( IAbsoluteFilePath a, IAbsoluteFilePath b ) : void
a IAbsoluteFilePath
b IAbsoluteFilePath
return void

CopyFileAsync() public method

public CopyFileAsync ( IAbsoluteFilePath a, IAbsoluteFilePath b ) : System.Threading.Tasks.Task
a IAbsoluteFilePath
b IAbsoluteFilePath
return System.Threading.Tasks.Task

FileCopier() public method

public FileCopier ( Tools fileOps ) : System.Threading.Tasks
fileOps withSIX.Core.Tools
return System.Threading.Tasks