Click or drag to resize

FileDataMoveTo Method

Moves the current file to the specified destination file.

Namespace:  Opait.Api
Assembly:  Opait.Core (in Opait.Core.dll) Version: 1.3.3.0
Syntax
C#
public void MoveTo(
	string destFileName
)

Parameters

destFileName
Type: SystemString
Path to the destination file.
See Also