LocalUserManagerFileCopy Method

Copy a file

Definition

Namespace: PCB_Investigator.Automation.UserManager
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Task<TryResults<IFileData>> FileCopy(
	string from,
	string to
)

Parameters

from  String
Relative path starting from but not including /user/
to  String
Relative path starting from but not including /user/

Return Value

TaskTryResultsIFileData
Returns the copied file

Implements

IPluginUserManagerProviderFileCopy(String, String)

See Also