The separator character to separate names within file path. This is \ for BasicCard.

Namespace: BasicCard.BasicCards.FileSys
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public static char SeparatorChar { get; }
Visual Basic
Public Shared ReadOnly Property SeparatorChar As Char
	Get
Visual C++
public:
static property wchar_t SeparatorChar {
	wchar_t get ();
}
F#
static member SeparatorChar : char with get

Property Value

Type: Char

See Also