Mono Class Library: Overview

Mono.Unix.UnixDirectoryInfo: Members

The members of Mono.Unix.UnixDirectoryInfo are listed below.

See Also: Inherited members from Mono.Unix.UnixFileSystemInfo

Public Constructors

Creates a new Mono.Unix.UnixDirectoryInfo instance containing information about the directory path.

Public Properties

[read-only]
override
Namestring. Documentation for this section has not yet been entered.
[read-only]
ParentUnixDirectoryInfo. Gets information about the parent directory.
[read-only]
RootUnixDirectoryInfo. Gets the path root component of UnixFileSystemInfo.FullName.

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.