|
IStreamerCopy Method
|
Copies the contents of one Blob or file to another one.
Namespace: RCS.Carbon.VariablesAssembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.1.14
Syntaxbool 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
BooleanAlways returns True.
See Also