







|
| MCManager API Reference |
| RootFileFactory..::.GetFile Method |
| RootFileFactory Class See Also Send Feedback |
Returns a file based on path, child path and type.
Namespace:
Moxiecode.Manager
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public IFile GetFile( ManagerEngine man, string path, string child, FileType type ) |
| Visual Basic (Declaration) |
|---|
Public Function GetFile ( _ man As ManagerEngine, _ path As String, _ child As String, _ type As FileType _ ) As IFile |
| Visual C++ |
|---|
public: virtual IFile^ GetFile( ManagerEngine^ man, String^ path, String^ child, FileType type ) sealed |
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.RootFileFactory.GetFile(Moxiecode.Manager.ManagerEngine,System.String,System.String,Moxiecode.Manager.FileSystems.FileType)"]
