.NET Framework Class Library
File.AppendFile Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > File Class > File Methods >

.NET Framework Class Library
File.AppendFile Method

Append a file to another one.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Sub AppendFile ( _

sourcePath As String, _
destinationPath As String _
)

C#

public void AppendFile(

string sourcePath,
string destinationPath
)

Visual C++

public:

void AppendFile(
String^ sourcePath,
String^ destinationPath
)

JavaScript

function appendFile(sourcePath, destinationPath);

Parameters

sourcePath

Type: System.String
the file to read data from

destinationPath

Type: System.String
the file to append to

Remarks

See Also

File Class

File Members

MwPDMApi Namespace