Imports a local file to the file system, for example when users upload files.
Namespace:
Moxiecode.Manager.FileSystems
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
C# |
---|
public virtual void ImportFile( string local_absolute_path ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub ImportFile ( _ local_absolute_path As String _ ) |
Visual C++ |
---|
public: virtual void ImportFile( String^ local_absolute_path ) |
Parameters
- local_absolute_path
- Type: System..::.String
Absolute path to local file.