如何从
System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal
文件夹?
我努力了:
string path = Path.Combine(System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal), "Sounds/Twing.mp3");
CCSimpleAudioEngine.SharedEngine.PlayEffect(path);
但它不起作用