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) : bool Determines whether or not the process can access UnixFileSystemInfo.FullName with the specified access modeCreateLink(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. abstractDelete() 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. staticGetFileSystemEntry(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. overrideToString() : string Documentation for this section has not yet been entered.
GetFileStatus(string, out Mono.Unix.Native.Stat) : bool Gets file status information.