|
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.0.12
Syntax 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
BooleanAlways returns True.
See Also