| TitleStorage Constructor (String) |
Initializes a new instance of the
TitleStorage class using the specified
directory as the root directory.
Namespace: DigitalRune.StoragesAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public TitleStorage(
string rootDirectory
)
Public Sub New (
rootDirectory As String
)
public:
TitleStorage(
String^ rootDirectory
)
new :
rootDirectory : string -> TitleStorage
Parameters
- rootDirectory
- Type: SystemString
The root directory to search for content.
See Also