.NET Framework Class Library
File.CopyFileToDir Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > File Class > File Methods > .NET Framework Class Library |
Copy a file into a given directory
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub CopyFileToDir ( _ fullFileName As String, _ |
C# |
|---|
public void CopyFileToDir( string fullFileName, |
Visual C++ |
|---|
public: void CopyFileToDir( |
JavaScript |
|---|
function copyFileToDir(fullFileName, destinationDir); |
Parameters
fullFileName
Type: System.String
full path file name to be copied
destinationDir
Type: System.String
name of an existing directory (destination)
Remarks
See Also