标签:style blog io color sp for on 文件 div
using (IsolatedStorageFile myStore = IsolatedStorageFile.GetUserStoreForApplication()) { string[] files = myStore.GetFileNames("myDirName\\*.txt"); }
Windows Phone获取独立存储空间指定目录下的指定文件
标签:style blog io color sp for on 文件 div
原文地址:http://www.cnblogs.com/wzwyc/p/4162905.html