MARC21_InterfaceMARCJoin Method |
MARCJoin provides the ability to join a set of files into
a single file.
Namespace: MARCEngine5Assembly: MARCEngine (in MARCEngine.dll) Version: 2.2.8.0 (2.2.8)
Syntax void MARCJoin(
string sSource,
string sDest
)
Sub MARCJoin (
sSource As String,
sDest As String
)
void MARCJoin(
String^ sSource,
String^ sDest
)
abstract MARCJoin :
sSource : string *
sDest : string -> unit
Parameters
- sSource
- Type: SystemString
Source files. Files are delimited using a "|" character. - sDest
- Type: SystemString
Destination file
See Also