Mono Class Library: Overview

Mono.Unix.UnixFileSystemInfo: Method Members

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

See Also: Inherited members from System.Object

Public Methods

CanAccess(Mono.Unix.Native.AccessModes) : bool
Determines whether or not the process can access UnixFileSystemInfo.FullName with the specified access mode
CreateLink(string) : UnixFileSystemInfo
Creates a hard link so that UnixFileSystemInfo.FullName and path are the same file.
CreateSymbolicLink(string) : UnixSymbolicLinkInfo
Create a symbolic link so that path "points to" UnixFileSystemInfo.FullName.
abstract
Delete()
Deletes the file system entry UnixFileSystemInfo.FullName.
GetConfigurationValue(Mono.Unix.Native.PathconfName) : long
Gets a configurable system limit or option variable associated with UnixFileSystemInfo.FullName.
static
GetFileSystemEntry(string) : UnixFileSystemInfo
Documentation for this section has not yet been entered.
Refresh()
Refreshes the file system metadata presented.
SetLength(long)
Truncate or extend UnixFileSystemInfo.FullName to be length bytes in size.
SetOwner(UnixUserInfo)
Set the owner user and owner group of UnixFileSystemInfo.FullName.
SetOwner(string)
Set the owner user ID and owner group ID of UnixFileSystemInfo.FullName.
SetOwner(UnixUserInfo, UnixGroupInfo)
Set the owner user and owner group of UnixFileSystemInfo.FullName.
SetOwner(long, long)
Set the owner user ID and owner group ID of UnixFileSystemInfo.FullName.
SetOwner(string, string)
Set the owner user ID and owner group ID of UnixFileSystemInfo.FullName.
ToStat() : Mono.Unix.Native.Stat
Converts the instance into a Mono.Unix.Native.Stat intance.
override
ToString() : string
Documentation for this section has not yet been entered.

Protected Methods

GetFileStatus(string, out Mono.Unix.Native.Stat) : bool
Gets file status information.