DirectoryInfo.EnumerateDirectories 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 directory information in the current directory.

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

Syntax

'Declaration
Public Function EnumerateDirectories As IEnumerable(Of DirectoryInfo)
public IEnumerable<DirectoryInfo> EnumerateDirectories()

Return Value

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

Exceptions

Exception Condition
DirectoryNotFoundException

The path encapsulated in the DirectoryInfo 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.