SharpFS -- A Virtual FileSystem for .NET

ZipArchiver.OpenFile Method 

[This is preliminary documentation and subject to change.]

Opens a new file with the given path, mode, and access.

public VirtualFile OpenFile(
   string path,
   FileMode mode,
   FileAccess access
);

Parameters

path
The path of the file, relative to this archiver.
mode
The mode to open the file in. Some archivers do not support all modes.
access
What access to grant to the file. Some archivers do not support all access.

Return Value

A VirtualFile object representing the opened file.

Implements

IArchiver.OpenFile

See Also

ZipArchiver Class | SharpFS Namespace