S3FileInfo.CopyToLocal Method (string)

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Copies from S3 to the local file system. If the file already exists on the local file system than an ArgumentException is thrown.

Namespace: Amazon.S3.IO
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public FileInfo CopyToLocal(
         String destFileName
)

Parameters

destFileName
Type: System.String

The path where to copy the file to.

Return Value
Type: System.IO.FileInfo
FileInfo for the local file where file is copied to.

Exceptions

Exception Condition
System.IO.IOException If the file already exists locally.
System.Net.WebException
Amazon.S3.AmazonS3Exception

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5