.NET Framework Class Library
File.CopyFileListToClipboard 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 files listed in the input TXT file.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub CopyFileListToClipboard ( _ fileListPath As String _ |
C# |
|---|
public void CopyFileListToClipboard( string fileListPath |
Visual C++ |
|---|
public: void CopyFileListToClipboard( |
JavaScript |
|---|
function copyFileListToClipboard(fileListPath); |
Parameters
fileListPath
Type: System.String
A text file containing a list of paths, a full file path for each line.
Remarks
The txt file must be ANSI encoded
See Also