AbstractPath.Separator

AbstractPath.Separator property

Gets a separator character used to separate directory levels of the Location string.

public abstract char Separator { get; }

Property Value

A separator character used to separate directory levels of the Location string.

Remarks

Usually this is equal to forward ‘/’ or backward slash ‘\’.

See Also