Click or drag to resize

FileSystemCopy Method

Copies a file or directory from one location to another.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Copy(
	string fromPath,
	string toPath,
	bool overwrite
)

Parameters

fromPath
Type: SystemString
The path of the file or directory to copy.
toPath
Type: SystemString
The destination path of the file or directory.
overwrite
Type: SystemBoolean
Determines if this method will overwrite a file or directory if one of the same name already exists.
See Also