2009-08-17 3 views

答えて

20

参照:だから

System.Environment.SpecialFolder.Recent 

:彼はただのパスを必要とする場合DirectoryInfoの事は不要かもしれませんが

DirectoryInfo d = new DirectoryInfo(
    System.Environment.GetFolderPath(Environment.SpecialFolder.Recent) 
); 
+0

1、:) – OregonGhost