Summary: Use Windows PowerShell to display invalid file name characters.
Image may be NSFW.
Clik here to view. How can I use Windows PowerShell to display information about invalid file name characters?
Image may be NSFW.
Clik here to view. Use the System.IO.Path class and call the GetInvalidFileNameChars static method:
[System.IO.Path]::GetInvalidFileNameChars()
Image may be NSFW.
Clik here to view.
Clik here to view.
