ShortcutFileInfoOpen(FileMode, FileAccess) Method

Opens the shortcut file in the specified mode with read, write, or read/write access.

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,
	FileAccess access
)

Parameters

mode  FileMode
A FileMode constant specifying the mode (for example, Open or Append) in which to open the shortcut file.
access  FileAccess
A FileAccess constant specifying whether to open the shortcut file with Read, Write, or ReadWrite file access.

Return Value

FileStream
The shortcut file opened in the specified mode and access, and unshared.

See Also