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

Parameters

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

See Also