Syntax
public
abstract
Task<System.IO.Stream> OpenFileAsync(string path, System.IO.FileMode fileMode, System.IO.FileAccess fileAccess, int posixFileMode)
Parameters
- path
- Type: string
Full path of the file to open.
- fileMode
- Type: System.IO.FileMode
Specifies how the file should be opened.
- fileAccess
- Type: System.IO.FileAccess
Specifies the required access level of the file.
- posixFileMode
- Type: int
The octal file mode to use if creating a file.