.NET Framework Class Library
Directory.GetFiles Method

Returns the names of files in a specified directory.

Overload List

Name Description
Directory.GetFiles (String) Returns the names of files in the specified directory.

Supported by the .NET Compact Framework.

Directory.GetFiles (String, String) Returns the names of files in the specified directory that match the specified search pattern.

Supported by the .NET Compact Framework.

Directory.GetFiles (String, String, SearchOption) Returns the names of files in the specified directory that match the specified search pattern, using a value to determine whether to search subdirectories.
See Also

Tags :


Page view tracker