Click or drag to resize
DigitalRuneStorageDirectorySeparator Property
Gets the directory separator character used natively by this storage.

Namespace: DigitalRune.Storages
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
protected abstract char DirectorySeparator { get; }

Property Value

Type: Char
The directory separator.
See Also