1)我如何找到用户正在使用的Windows安装驱动器?我需要它导航到DocumentsandSettings中的 ApplicationData 。
2)也如何获取 用户名, 以便转到ApplicaitionData。例如:“ D:\ Documents and Settings \ user \ Application Data”。
看结合使用Environment.GetFolderPath和Environment.SpecialFolder来做到这一点。
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)