NDepend.API Documentation
ForbiddenCharInPath Property
NDepend.Path Namespace > PathHelpers Class : ForbiddenCharInPath Property
An array of char forbidden in string representing path.
Syntax
public static char[] ForbiddenCharInPath {get;}
Remarks
Use this string.IndexOfAny(char[]) method to detect the presence of any of this char in a string.
The char ':' is not included in this array. The only proper position for this character in a path, is the second position, just after a letter.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

PathHelpers Class
PathHelpers Members