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