AWS SDK for .NET Documentation
MoveToLocal Method (path)
AmazonAmazon.S3.IOS3FileInfoMoveToLocal(String) Did this page help you?   Yes   No    Tell us about it...
Moves the file from S3 to the local file system in the location indicated by the path parameter.
Declaration Syntax
C#
public FileInfo MoveToLocal(
	string path
)
Parameters
path (String)
The location on the local file system to move the file to.
Return Value
FileInfo for the local file where file is moved to.
Exceptions
ExceptionCondition
IOExceptionIf the file already exists locally.
ArgumentException
WebException
AmazonS3Exception

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)