This documentation is for the old version. Go to the latest Upload Suite docs

BaseFileInfo.SaveToFolder Method (String)

Saves file to the specified folder without resolving name conflicts.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Sub SaveToFolder ( _
	dirPath As String _
)
C#
public void SaveToFolder(
	string dirPath
)

Parameters

dirPath

Type: System..String

Name of the folder to save file to.

See Also

Reference