Opens UnixFileSystemInfo.FullName with the specified access mode (read/write/etc.).
- mode
- A System.IO.FileMode value that specifies whether a file is created if one does not exist, and determines whether the contents of existing files are retained or overwritten.
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) (mode)).
Namespace: Mono.Unix
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0