摘要:
获取ISolatedStorage指定文件夹下所有子文件夹: string[] folderlist; IsolatedStorageFile iso = IsolatedStorageFile.GetUserStoreForApplication(); if(iso.DirectoryExists("folder")) { folderlist=iso.GetDirectoryNames(System.IO.Path.Combine("folder", "*")); }获取ISolatedStorage指定文件夹下的文件数:stri 阅读全文
posted @ 2013-02-04 14:37
Dieaz5
阅读(180)
评论(0)
推荐(0)
摘要:
比如一个交叉数组 string[,] a在a里有个方法:GetLength()GetLength(0)是获取行数GetLength(1)是获取列数 阅读全文
posted @ 2013-02-04 14:34
Dieaz5
阅读(226)
评论(0)
推荐(0)

浙公网安备 33010602011771号