CKlasör ve Dosya İşlemleri (Directory)
Dosyaya son erişimin ne zaman olduğunu bulmak için;
private void button11_Click(object sender, EventArgs e) { MessageBox.Show(System.IO.Directory.GetLastAccessTime("D:ahmet").ToString()); }