







|
| MCManager API Reference |
| LocalFile Constructor (ManagerEngine, String) |
| LocalFile 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 LocalFile( ManagerEngine man, string absolute_path ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ man As ManagerEngine, _ absolute_path As String _ ) |
| Visual C++ |
|---|
public: LocalFile( 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.
