Hello,
.Net framework provides us a nice method to get all the invalid chars in file’s name :
[System.IO.Path]::GetInvalidFileNameChars()
You have the same for paths :
[System.IO.Path]::GetInvalidPathChars()
Hello,
.Net framework provides us a nice method to get all the invalid chars in file’s name :
[System.IO.Path]::GetInvalidFileNameChars()
You have the same for paths :
[System.IO.Path]::GetInvalidPathChars()