| FileSystemStorageRootDirectory Property |
Gets the absolute path to the root directory.
Namespace: DigitalRune.StoragesAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
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 absolute path to the root directory.
Remarks
All file access is relative to this root directory.
See Also