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

An alternative name for the file.

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

Syntax

C#
public string AlternateFileName { get; set; }
Visual Basic
Public Property AlternateFileName As String
	Get
	Set
Visual C++
public:
property String^ AlternateFileName {
	String^ get ();
	void set (String^ value);
}
F#
member AlternateFileName : string with get, set
JScript
function get AlternateFileName () : String
function set AlternateFileName (value : String)

Field Value

This name is in the classic 8.3 (filename.ext) file name format.

Exceptions

ExceptionCondition
System..::..ArgumentExceptionValue being set is longer than 14 characters

See Also