Skip to content

92e78ece debb 4e03 c2a9 deae3d43ce3f

Axel Kesseler edited this page Mar 1, 2023 · 14 revisions

SettingsValidationExtension.InvalidPathNameCharacters Field

The list of invalid path name characters.

Namespace: Plexdata.LogWriter.Internals.Extensions
Assembly: Plexdata.LogWriter.Persistent (in Plexdata.LogWriter.Persistent.dll) Version: 1.0.7.1

Syntax

C#

private static readonly char[] InvalidPathNameCharacters

Field Value

Type: Char[]

Remarks

This field holds the list of path name characters that are considered as invalid. Additionally to the system list of invalid path name characters, this list also contains the asterisk character (*) and the question mark character (?).

See Also

Reference

SettingsValidationExtension Class
Plexdata.LogWriter.Internals.Extensions Namespace
Path.GetInvalidPathChars()

Clone this wiki locally