IPluginUserManagerProviderFileCopy Method
Copy a file
Namespace: PCBI.Plugin.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
Task<TryResults<IFileData>> FileCopy(
string from,
string to
)
Function FileCopy (
from As String,
to As String
) As Task(Of TryResults(Of IFileData))
Task<TryResults<IFileData^>^>^ FileCopy(
String^ from,
String^ to
)
abstract FileCopy :
from : string *
to : string -> Task<TryResults<IFileData>>
- from String
- Relative path starting from but not including /user/
- to String
- Relative path starting from but not including /user/
TaskTryResultsIFileDataReturns the copied file