DirectoryInfo.EnumerateFiles Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

When it is called by trusted applications, returns an enumerable collection of file information in the current directory.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Function EnumerateFiles As IEnumerable(Of FileInfo)
public IEnumerable<FileInfo> EnumerateFiles()

Return Value

Type: System.Collections.Generic.IEnumerable<FileInfo>
An enumerable collection of the files in the current directory.

Exceptions

Exception Condition
DirectoryNotFoundException

The path encapsulated in the FileInfo object is invalid (for example, it is on an unmapped drive).

SecurityException

The caller does not have the required permission.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.