Click or drag to resize
DigitalRuneFileSystemStorageRootDirectory Property
Gets the absolute path to the root directory.

Namespace: DigitalRune.Storages
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public string RootDirectory { get; }

Property Value

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