摘要:
StorageFolder storageFolder = await ApplicationData.Current.LocalFolder.CreateFolderAsync("UserInputData", CreationCollisionOption.OpenIfExists); StorageFile storageFile = await storageFolder.CreateFileAsync(file, CreationCollisionOption.OpenIfExists);//file是你要建立的xml文件的名字 Windows.Data.Xml. 阅读全文
posted @ 2012-10-29 19:38
sxylw
阅读(297)
评论(0)
推荐(0)