Home > git-documentdb > Validator > testWindowsInvalidFileNameCharacter
#
Validator.testWindowsInvalidFileNameCharacter() methodReturn false if the given name includes Windows invalid filename character
Signature:#
ParametersParameter | Type | Description |
---|---|---|
name | string | |
options | { allowSlash?: boolean; allowDriveLetter?: boolean; allowDirectoryDot?: boolean; allowDot?: boolean; allowLastSpace?: boolean; } |
boolean