[This is preliminary documentation and is subject to change.]

Specialized version of the LogProc(LogKind, String) function used for transfer completion advertisement.

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected void LogProcTransferComplete(
	string Source,
	string Target
)
Visual Basic
Protected Sub LogProcTransferComplete ( _
	Source As String, _
	Target As String _
)
Visual C++
protected:
void LogProcTransferComplete(
	String^ Source, 
	String^ Target
)
F#
member LogProcTransferComplete : 
        Source:string * 
        Target:string -> unit 
JScript
protected function LogProcTransferComplete(
	Source : String, 
	Target : String
)

Parameters

Source
Type: System..::..String
Path of source file. It can be either file in plugin file system (address staring with "\") or it can be file in TC file system (address like C:\ or starting with \\).
Target
Type: System..::..String
Path of destination file. It can be either file in plugin file system (address staring with "\") or it can be file in TC file system (address like C:\ or starting with \\).

Exceptions

See Also