Click or drag to resize

IStreamerCopy Method

Copies the contents of one Blob or file to another one.

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
bool Copy(
	string src,
	string dst
)

Parameters

src  String
The name of the source Blob or file.
dst  String
The name of the destination Blob or file.

Return Value

Boolean
Always returns True.
See Also