







![]() ![]() |
MCManager API Reference |
BaseFile Constructor (ManagerEngine, String) |
BaseFile Class See Also Send Feedback |
Initializes a file instance by a absolute path.
Namespace:
Moxiecode.Manager.FileSystems
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
C# |
---|
public BaseFile( ManagerEngine man, string absolute_path ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ man As ManagerEngine, _ absolute_path As String _ ) |
Visual C++ |
---|
public: BaseFile( ManagerEngine^ man, String^ absolute_path ) |
Parameters
- man
- Type: Moxiecode.Manager..::.ManagerEngine
Reference to manager that requested the file.
- absolute_path
- Type: System..::.String
Absolute file/directory path.