【发布时间】:2010-04-04 13:54:26
【问题描述】:
我想使用以下代码将 .xml 文件写入 App_Data/posts。为什么会导致错误?
代码
Stream writer = new FileStream("..'\'App_Data'\'posts'\'" + new Guid(post_ID.ToString()).ToString() + ".xml", FileMode.Create);
【问题讨论】:
-
请您写下您面临的错误