I am using Path.Combine
, and one of the strings contain a Unicode characters. I get {System.ArgumentException} exception; illegal characters in path
.
According to MSDN filepath/name can have unicode characters. Why do I get this exception?
Edit:
Here is the code:
Path.Combine("C:\PDM\Silver","Amabel Bender QQQ")