SharpFS -- A Virtual FileSystem for .NET

IArchiver.OpenFile Method 

[This is preliminary documentation and subject to change.]

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

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.

See Also

IArchiver Interface | SharpFS Namespace