string DownloadDirectoryPath = @"C:\\Program Files\\companyname\\productname\\username\\0\\2012081617085746"
(这是我从 sql 服务器获得的路径)但我的应用程序使用单斜杠,所以我尝试使用
DownloadDirectoryPath= DownloadDirectoryPath.Replace(@"\\", @"\");
但这不起作用,我得到相同的字符串。有什么建议吗?
请注意:
上面的值是我在监视窗口中看到的