







Exports the file to the local file system.
Namespace:
Moxiecode.Manager.FileSystems
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
void ExportFile( string local_absolute_path ) |
| Visual Basic (Declaration) |
|---|
Sub ExportFile ( _ local_absolute_path As String _ ) |
| Visual C++ |
|---|
void ExportFile( String^ local_absolute_path ) |
Parameters
- local_absolute_path
- Type: System..::.String
Absolute path to local file.
