2009-08-17 105 views

回答

20

參見:

System.Environment.SpecialFolder.Recent 

所以:

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

+1,雖然DirectoryInfo的東西可能是不必要的,如果他只需要在路徑:) – OregonGhost 2009-08-17 10:00:11

相關問題