Mono Class Library: System.IO.Directory Overview | MembersSystem.IO.Directory.GetFiles Overloads |
The overloads of GetFiles are listed below. For a list of all members, see the Directory Members list.
staticGetFiles(string) : string[] Returns the names of all files in the specified directory. staticGetFiles(string, string) : string[] Returns the names of files in the specified directory that match the specified search pattern. staticGetFiles(string, string, SearchOption) : string[] Documentation for this section has not yet been entered.