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

Path of file or directory represented by this object

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

Syntax

C#
string Path { get; }
Visual Basic
ReadOnly Property Path As String
	Get
Visual C++
property String^ Path {
	String^ get ();
}
F#
abstract Path : string
JScript
function get Path () : String

See Also