Namespace: P4s3TestMachine.P4s3WebSvcReference
Assembly: P4s3TestMachine (in P4s3TestMachine.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void IO_CopyFile(
	string srcFile,
	string destFile,
	bool overwrite,
	string key
)
Visual Basic
Public Sub IO_CopyFile ( 
	srcFile As String,
	destFile As String,
	overwrite As Boolean,
	key As String
)
Visual C++
public:
virtual void IO_CopyFile(
	String^ srcFile, 
	String^ destFile, 
	bool overwrite, 
	String^ key
) sealed

Parameters

srcFile
Type: System..::..String
destFile
Type: System..::..String
overwrite
Type: System..::..Boolean
key
Type: System..::..String

Implements

IService1..::..IO_CopyFile(String, String, Boolean, String)

See Also