.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 |
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, _ |
C# |
|---|
public void AppendFile( string sourcePath, |
Visual C++ |
|---|
public: void AppendFile( |
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