GetFile Method (String, String)

MCManager API

[Missing <summary> documentation for "M:Moxiecode.Manager.ManagerEngine.GetFile(System.String,System.String)"]

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

Syntax

C#
public IFile GetFile(
	string path,
	string child
)
Visual Basic (Declaration)
Public Function GetFile ( _
	path As String, _
	child As String _
) As IFile
Visual C++
public:
IFile^ GetFile(
	String^ path, 
	String^ child
)

Parameters

path
Type: System..::.String

[Missing <param name="path"/> documentation for "M:Moxiecode.Manager.ManagerEngine.GetFile(System.String,System.String)"]

child
Type: System..::.String

[Missing <param name="child"/> documentation for "M:Moxiecode.Manager.ManagerEngine.GetFile(System.String,System.String)"]

Return Value

[Missing <returns> documentation for "M:Moxiecode.Manager.ManagerEngine.GetFile(System.String,System.String)"]

See Also