| TitleStorageRootDirectory Property |
Gets the root directory relative to the title container.
Namespace: DigitalRune.StoragesAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public string RootDirectory { get; }
Public ReadOnly Property RootDirectory As String
Get
public:
property String^ RootDirectory {
String^ get ();
}
member RootDirectory : string with get
Property Value
Type:
StringThe root directory relative to the title container.
Remarks
All file access is relative to this root directory.
See Also