ShortcutFileInfoOpen(FileMode) Method

Opens the shortcut file in the specified mode.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public FileStream Open(
	FileMode mode
)

Parameters

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

Return Value

FileStream
The shortcut file opened in the specified mode, with read/write access and unshared.

See Also