Class TitleContainer
Provides functionality for opening a stream in the title storage area.
public static class TitleContainer
- Inheritance
-
TitleContainer
- Inherited Members
Methods
OpenStream(string)
Returns an open stream to an existing file in the title storage area.
public static Stream OpenStream(string name)
Parameters
name
stringThe filepath relative to the title storage area.
Returns
- Stream
A open stream or null if the file is not found.