System.appDataPath

機能/意味
User home directory path
タイプ
Systemクラスのプロパティ (読み出し専用)
説明
 Represents the path of the user's home directory. On Windows, the folder represented by the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders AppData in the registry is returned. If this folder does not exist, return the same folder as System.exePath.

This is usually as follows:
For XP
C:\Documents and Settings\<User name>\Application Data\ ( C: part depends on environment )
For Vista, 7, 8
C:\Users\<User name>\AppData\Roaming ( C: part depends on environment )
If the registry key (see above) could not be read for any reason
The folder where the executable file of Kirikiri is located (System.exePath)
参照
System.exePath
System.personalPath