田舎エンジニアのBlog

~自宅も会社も田んぼに囲まれてますが何か?~

目次

Blog 利用状況

ニュース

自己紹介

リンク

スポンサー

書庫

日記カテゴリ

特殊フォルダパスの比較

久しぶりの更新です。

 

System.Environment.GetFolderPathで取得できる特殊フォルダパスの、Windows XPとWindows 7での比較を表にしました。

誰かの役に立てれば。

 

 

Windows XP

Windows 7

CommonApplicationData

C:\Documents and Settings\All Users\Application Data

C:\ProgramData

CommonDesktopDirectory

C:\Documents and Settings\All Users\デスクトップ

C:\Users\Public\Desktop

CommonDocuments

C:\Documents and Settings\All Users\Documents

C:\Users\Public\Documents

CommonProgramFiles

C:\Program Files\Common Files

C:\Program Files\Common Files

CommonPrograms

C:\Documents and Settings\All Users\スタートメニュー\プログラム

C:\ProgramData\Microsoft\Windows\Start Menu\Programs

CommonStartMenu

C:\Documents and Settings\All Users\スタートメニュー

C:\ProgramData\Microsoft\Windows\Start Menu

CommonStartup

C:\Documents and Settings\All Users\スタートメニュー\プログラム\スタートアップ

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup

 

 

 

ApplicationData

C:\Documents and Settings\(User)\Application Data

C:\Users\xxx\AppData\Roaming

Desktop

C:\Documents and Settings\(User)\デスクトップ

C:\Users\(User)\Desktop

MyDocuments

C:\Documents and Settings\(User)\My Documents

C:\Users\(User)\Documents

ProgramFiles

C:\Program Files

C:\Program Files

Programs

C:\Documents and Settings\(User)\スタートメニュー\プログラム

C:\Users\(User)\AppData\Roaming\Microsoft\Windows\Start Menu\Programs

StartMenu

C:\Documents and Settings\(User)\スタートメニュー

C:\Users\(User)\AppData\Roaming\Microsoft\Windows\Start Menu

Startup

C:\Documents and Settings\(User)\スタートメニュー\プログラム\スタートアップ

C:\Users\(User)\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

System

C:\Windows\System32

C:\Windows\System32

SystemX86

C:\Windows\System32

C:\Windows\System32

Windows

C:\Windows

C:\Windows

投稿日時 : 2011年2月16日 14:52

コメントを追加

# re: 特殊フォルダパスの比較 2011/02/16 15:42 yukiyukki

便利そうですね!ありがとうございます。
x86のProgramFiles
C:\Program Files(x86)
とかもありますね。

# re: 特殊フォルダパスの比較 2011/02/17 12:17 nakaP

>yukiyukkiさん
コメントありがとうございます。
とりあえず自分が使いそうなものだけを載せてます(^^;

タイトル
名前
URL
コメント