ShortcutFileInfoOpen(FileMode) Method
Opens the shortcut file in the specified mode.
Namespace: DevCase.Core.IO.FileSystemAssembly: 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
)
Public Function Open (
mode As FileMode
) As FileStream
Dim instance As ShortcutFileInfo
Dim mode As FileMode
Dim returnValue As FileStream
returnValue = instance.Open(mode)
public:
FileStream^ Open(
FileMode mode
)
member Open :
mode : FileMode -> FileStream
No code example is currently available or this language may not be supported.
- mode FileMode
-
A FileMode constant specifying the mode (for example, Open or Append) in which to open the shortcut file.
FileStream
The shortcut file opened in the specified mode, with read/write access and unshared.