| StorageDirectorySeparator Property |
Gets the directory separator character used natively by this storage.
Namespace: DigitalRune.StoragesAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax protected abstract char DirectorySeparator { get; }
Protected MustOverride ReadOnly Property DirectorySeparator As Char
Get
protected:
virtual property wchar_t DirectorySeparator {
wchar_t get () abstract;
}
abstract DirectorySeparator : char with get
Property Value
Type:
CharThe directory separator.
See Also