Write the current content of the log to the given file.

Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public void Write(
	string path
)
Visual Basic
Public Sub Write ( _
	path As String _
)
Visual C++
public:
void Write(
	String^ path
)

Parameters

path
Type: System..::..String
Path of file

See Also