UserManagerFileCopy Method

Copy a file

Definition

Namespace: PCB_Investigator.Automation.UserManager
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Task<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

TaskIFileData
Returns the copied file

See Also