.NET Framework Class Library
File.CopyFilesToClipboard Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
File.CopyFilesToClipboard Method

The command copies in the Clipboard all the file paths passed.

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

Syntax

Visual Basic

Public Sub CopyFilesToClipboard ( _

filePaths As String() _
)

C#

public void CopyFilesToClipboard(

string[] filePaths
)

Visual C++

public:

void CopyFilesToClipboard(
array<String^>^ filePaths
)

JavaScript

function copyFilesToClipboard(filePaths);

Parameters

filePaths

Type: System.String[]

Remarks

The txt file must be ANSI encoded

See Also

File Class

File Members

MwPDMApi Namespace