IPluginUserManagerProviderFileCopy Method

Copy a file

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
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

See Also