ParentFile Property

MCManager API

IFile of parent directory.

Namespace:  Moxiecode.Manager.FileSystems
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
IFile ParentFile { get; }
Visual Basic (Declaration)
ReadOnly Property ParentFile As IFile
Visual C++
property IFile^ ParentFile {
	IFile^ get ();
}

See Also