Click or drag to resize
FileInfoOpen Method (FileMode)
Opens a file in the specified mode.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public FileStream Open(
	FileMode mode
)

Parameters

mode
Type: System.IOFileMode
A FileMode constant specifying the mode (for example, Open or Append) in which to open the file.

Return Value

Type: FileStream
A FileStream file opened in the specified mode, with read/write access and unshared.
See Also