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

Assign a working directory to a shortcut, or identifies the working directory used by a shortcut.

Namespace: Tools.IOt
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

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

Field Value

String. Directory in which the shortcut starts.

Return Value

String. Directory in which the shortcut starts.

Exceptions

ExceptionCondition
System..::..ObjectDisposedExceptionThe Disposed property is true

See Also