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
CanAccess(Mono.Unix.Native.AccessModes)Determines whether or not the process can access UnixFileSystemInfo.FullName with the specified access mode | ||
CreateLink(string)Creates a hard link so that UnixFileSystemInfo.FullName and path are the same file. | ||
CreateSymbolicLink(string)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)Gets a configurable system limit or option variable associated with UnixFileSystemInfo.FullName. | ||
static | GetFileSystemEntry(string)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()Converts the instance into a Mono.Unix.Native.Stat intance. | ||
override | ToString()Documentation for this section has not yet been entered. | |
static | TryGetFileSystemEntry(string, out UnixFileSystemInfo)Documentation for this section has not yet been entered. | |
GetFileStatus(string, out Mono.Unix.Native.Stat)Gets file status information. | ||