var dir = new DirectoryInfo(Path);
foreach (FileInfo flInfo in dir.GetFiles())
{
String name = flInfo.Name;
long size = flInfo.Length;
DateTime creationTime = flInfo.CreationTime;
const int counter = 0;
int count = counter + 1;
}
我得到的路徑,但不可不讀的內容和文件信息不讀取文件的內容,WPF
如何添加File.ReadAllText(flInfo.Name)? http://msdn.microsoft.com/en-us/library/s2tte0y1.aspx – rene
不知道這是如何與WPF –
通常的方式。 「這與WPF有關,就像海報不知道他在做什麼」。因此,他不明白WPF是什麼。 – TomTom