PathComponentsForbiddenChars Field

A set of characters that must not occur in either native file names or path names in a cross-platform application. '\' is also included; it may possibly be a valid filename char on unix, but we can't allow it in xplatform app.

Definition

Namespace: Quine.Schemas.Core
Assembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
public static readonly char[] ForbiddenChars

Field Value

Char

See Also