.NET Framework Class Library
File.CopyFilesToClipboard Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > File Class > File Methods > .NET Framework Class Library |
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( |
JavaScript |
|---|
function copyFilesToClipboard(filePaths); |
Parameters
filePaths
Type: System.String[]
Remarks
The txt file must be ANSI encoded
See Also