Mono Class Library: System.IO.Directory Overview | Members

System.IO.Directory.GetFiles Overloads

The overloads of GetFiles are listed below. For a list of all members, see the Directory Members list.

Public Methods

static
GetFiles(string) : string[]
Returns the names of all files in the specified directory.
static
GetFiles(string, string) : string[]
Returns the names of files in the specified directory that match the specified search pattern.
static
GetFiles(string, string, SearchOption) : string[]
Documentation for this section has not yet been entered.