Returns an array of characters that are invalid in Windows file names.
The list includes reserved characters such as ", <, >, |, :, *, ?, \, /, the null character (\0),
and all ASCII control characters (character codes 1 through 31).
Returns string[]
An array of invalid file name characters for Windows.
Returns an array of characters that are invalid in Windows file names.
The list includes reserved characters such as
"
,<
,>
,|
,:
,*
,?
,\
,/
, the null character (\0
), and all ASCII control characters (character codes 1 through 31).