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.
Namespace: Quine.Schemas.CoreAssembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
public static readonly char[] ForbiddenChars
Field Value
Char