Enumerate the files of this directory.

C# |
public IEnumerable<IS3FileSystemInfo> EnumerateFileSystemInfos( string searchPattern )

- searchPattern (String)
- The search string. The default pattern is "*", which returns all files.

An enumerable collection of files that matches searchPattern.

Exception | Condition |
---|---|
WebException | |
AmazonS3Exception |