







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