Mono Class Library: Overview

Mono.Unix.UnixDirectoryInfo: Method Members

The methods of Mono.Unix.UnixDirectoryInfo are listed below. For a list of all members, see the UnixDirectoryInfo Members list.

See Also: Inherited members from Mono.Unix.UnixFileSystemInfo

Public Methods

Create()
Create the directory UnixFileSystemInfo.FullName.
Create(FileAccessPermissions)
Create the directory UnixFileSystemInfo.FullName.
Create(Mono.Unix.Native.FilePermissions)
Create the directory UnixFileSystemInfo.FullName.
override
Delete()
Documentation for this section has not yet been entered.
Delete(bool)
Deletes UnixFileSystemInfo.FullName and, if indicated, removes all files and directories within Deletes UnixFileSystemInfo.FullName.
static
GetCurrentDirectory() : string
Returns the application's current working directory.
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.
GetFileSystemEntries() : UnixFileSystemInfo[]
Returnes all the file system entries the UnixFileSystemInfo.FullPath directory.
GetFileSystemEntries(string) : UnixFileSystemInfo[]
Returnes all the file system entries the UnixFileSystemInfo.FullPath directory.
GetFileSystemEntries(System.Text.RegularExpressions.Regex) : UnixFileSystemInfo[]
Returnes all the file system entries the UnixFileSystemInfo.FullPath directory.
static
SetCurrentDirectory(string)
Sets the application's current working directory to the specified directory.