Opens UnixFileSystemInfo.FullName with the specified mode and access.
- mode
- A System.IO.FileMode value that specifies whether a file is created if one does not exist, and dtermines whether the contents of existing files are retained or overwritten.
- access
- A System.IO.FileAccess value that specifies the operations that can be performed on the file.
A Mono.Unix.UnixStream that provides access to UnixFileSystemInfo.FullName.
This is equivalent to UnixFileInfo.Open(Mono.Unix.Native.OpenFlags) (Mono.Unix.Native.NativeConvert.ToOpenFlags(System.IO.FileMode, System.IO.FileAccess) (mode, access)).
Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0