I have to create a directory using some Korean characters the end text becomes something like :
2016.07.12 09:20(제휴) 캠블리 영어 완성 1+1 이벤트
I am using this to create directory:
Directory.CreateDirectory(folderpath + "\\" + dName);
But i get Error :
The given path's format is not supported."
But if i manually go to explorer create new folder paste that text it takes it fine and makes a new directory any suggestion ?
folderpathanddName