0 out of 1 rated this helpful - Rate this topic

Directory.GetDirectories Method

Gets the names of subdirectories in a specified directory.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member GetDirectories(String) Gets the names of subdirectories (including their paths) in the specified directory.
Public method Static member GetDirectories(String, String) Gets the names of subdirectories (including their paths) that match the specified search pattern in the current directory.
Public method Static member GetDirectories(String, String, SearchOption) Gets the names of the subdirectories (including their paths) that match the specified search pattern in the current directory, and optionally searches subdirectories.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.