UserManagerFileCopy Method
Copy a file
Namespace: PCB_Investigator.Automation.UserManagerAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public Task<IFileData> FileCopy(
string from,
string to
)
Public Function FileCopy (
from As String,
to As String
) As Task(Of IFileData)
public:
Task<IFileData^>^ FileCopy(
String^ from,
String^ to
)
member FileCopy :
from : string *
to : string -> Task<IFileData>
- from String
- Relative path starting from but not including /user/
- to String
- Relative path starting from but not including /user/
TaskIFileDataReturns the copied file