Mono Class Library: Mono.Unix.UnixDirectoryInfo Overview | Members

Mono.Unix.UnixDirectoryInfo.GetEntries Overloads

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

Public Methods

GetEntries() : Mono.Unix.Native.Dirent[]
Returnes the directory entries of all file system entries in the UnixFileSystemInfo.FullPath directory.
GetEntries(string) : Mono.Unix.Native.Dirent[]
Returnes the directory entries of all file system entries in the UnixFileSystemInfo.FullPath directory that match the provided regular expression regex.
GetEntries(System.Text.RegularExpressions.Regex) : Mono.Unix.Native.Dirent[]
Returnes the directory entries of all file system entries in the UnixFileSystemInfo.FullPath directory that match the provided regular expression regex.