The methods of Mono.Unix.UnixFileInfo are listed below. For a list of all members, see the UnixFileInfo Members list.
See Also: Inherited members from Mono.Unix.UnixFileSystemInfo
Create() : UnixStreamCreates or overwrites UnixFileSystemInfo.FullName.Create(FileAccessPermissions) : UnixStreamCreates or overwrites UnixFileSystemInfo.FullName with the specified file permissions.Create(Mono.Unix.Native.FilePermissions) : UnixStreamCreates or overwrites UnixFileSystemInfo.FullName with the specified file permissions.override Delete()Documentation for this section has not yet been entered.Open(Mono.Unix.Native.OpenFlags) : UnixStreamOpens UnixFileSystemInfo.FullName with the specified access flags (read/write/etc.).Open(System.IO.FileMode) : UnixStreamOpens UnixFileSystemInfo.FullName with the specified access mode (read/write/etc.).Open(Mono.Unix.Native.OpenFlags, Mono.Unix.Native.FilePermissions) : UnixStreamOpens UnixFileSystemInfo.FullName with the specified access flags (read/write/etc.) and file permissions mode.Open(System.IO.FileMode, System.IO.FileAccess) : UnixStreamOpens UnixFileSystemInfo.FullName with the specified mode and access.Open(System.IO.FileMode, System.IO.FileAccess, Mono.Unix.Native.FilePermissions) : UnixStreamOpens UnixFileSystemInfo.FullName with the specified mode and access with file permissions perms.OpenRead() : UnixStreamOpens UnixFileSystemInfo.FullName for reading.OpenWrite() : UnixStreamOpens UnixFileSystemInfo.FullName for writing.
Creates or overwrites UnixFileSystemInfo.FullName.
Creates or overwrites UnixFileSystemInfo.FullName with the specified file permissions.
Documentation for this section has not yet been entered.
Opens UnixFileSystemInfo.FullName with the specified access flags (read/write/etc.).
Opens UnixFileSystemInfo.FullName with the specified access mode (read/write/etc.).
Opens UnixFileSystemInfo.FullName with the specified access flags (read/write/etc.) and file permissions mode.
Opens UnixFileSystemInfo.FullName with the specified mode and access.
Opens UnixFileSystemInfo.FullName with the specified mode and access with file permissions perms.
Opens UnixFileSystemInfo.FullName for reading.
Opens UnixFileSystemInfo.FullName for writing.