GetFile Method

MCManager API

Returns a file based on path, child path and type.

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

Syntax

C#
IFile GetFile(
	ManagerEngine man,
	string path,
	string child,
	FileType type
)
Visual Basic (Declaration)
Function GetFile ( _
	man As ManagerEngine, _
	path As String, _
	child As String, _
	type As FileType _
) As IFile
Visual C++
IFile^ GetFile(
	ManagerEngine^ man, 
	String^ path, 
	String^ child, 
	FileType type
)

Parameters

man
Type: Moxiecode.Manager..::.ManagerEngine
Manager engine reference.
path
Type: System..::.String
Absolute path to file or directory.
child
Type: System..::.String
Child path inside directory or empty string.
type
Type: Moxiecode.Manager.FileSystems..::.FileType
File type, force it to be a file or directory.

Return Value

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

See Also