Returns the directory name of the file.

Namespace: Composite.Core.IO.Plugins.IOProvider
Assembly: Composite (in Composite.dll) Version: 3.2.4497.34829

Syntax

C#
string DirectoryName { get; }
Visual Basic
ReadOnly Property DirectoryName As String
	Get
Visual C++
property String^ DirectoryName {
	String^ get ();
}

See Also