ImportFile Method

MCManager API

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 void ImportFile(
	string local_absolute_path
)
Visual Basic (Declaration)
Public Sub ImportFile ( _
	local_absolute_path As String _
)
Visual C++
public:
virtual void ImportFile(
	String^ local_absolute_path
) sealed

Parameters

local_absolute_path
Type: System..::.String
Absolute path to local file.

Implements

IFile..::.ImportFile(String)

See Also