2015年8月27日 星期四

取得目錄路徑

Environment.CurrentDirectory;                                              //現在執行目錄
Environment.GetFolderPath(Environment.SpecialFolder.Programs);             // ProgramFiles目錄
Environment.GetFolderPath(Environment.SpecialFolder.Desktop);              // 邏輯桌面
Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory);     // 實體桌面
Environment.GetFolderPath(Environment.SpecialFolder.Startup);              // 啟動程式目錄
Environment.GetFolderPath(Environment.SpecialFolder.StartMenu);            // 開始功能表
Environment.GetFolderPath(Environment.SpecialFolder.Cookies);              // Internet Cookies
Environment.GetFolderPath(Environment.SpecialFolder.MyComputer);           // 我的電腦
Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);          // 我的文件
Environment.GetFolderPath(Environment.SpecialFolder.MyPictures);           // 我的圖片
Environment.GetFolderPath(Environment.SpecialFolder.MyMusic);              // 我的音樂
Environment.GetFolderPath(Environment.SpecialFolder.System);               // System 目錄
Application.ExecutablePath;                                                // EXE檔案路徑

沒有留言:

張貼留言