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

This is the current source directory when the operation starts. May be used to find out which part of the file system is affected.

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

Syntax

C#
public string RemoteDir { get; }
Visual Basic
Public ReadOnly Property RemoteDir As String
	Get
Visual C++
public:
property String^ RemoteDir {
	String^ get ();
}
F#
member RemoteDir : string
JScript
function get RemoteDir () : String

See Also