Configuration for path separators.
public sealed record PathSeparatorConfiguration : System.IEquatable<Atypical.VirtualFileSystem.Core.PathSeparatorConfiguration>Inheritance System.Object 🡒 PathSeparatorConfiguration
Implements System.IEquatable<PathSeparatorConfiguration>
| Properties | |
|---|---|
| AllSeparators | Gets all accepted path separators. |
| AlternativeSeparators | Gets or sets alternative path separators that are accepted. Default accepts both '/' and '\'. |
| Default | Gets the default path separator configuration. |
| PrimarySeparator | Gets or sets the primary path separator. Default is '/'. |
| Methods | |
|---|---|
| UnixOnly() | Creates a configuration that only accepts forward slashes. |
| WindowsOnly() | Creates a configuration that only accepts backslashes. |