Click or drag to resize
DigitalRuneTitleStorageRootDirectory Property
Gets the root directory relative to the title container.

Namespace: DigitalRune.Storages
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public string RootDirectory { get; }

Property Value

Type: String
The root directory relative to the title container.
Remarks
All file access is relative to this root directory.
See Also