UTF-8に単純変換

This commit is contained in:
Takenori Imoto
2016-09-08 17:35:30 +09:00
parent 8713024d66
commit 0532684298
641 changed files with 22561 additions and 21149 deletions

View File

@@ -5,36 +5,36 @@
<!-- generated by to_html.pl from f_System.xml -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
<title>appDataPath - ���[�U�̃z�[���f�B���N�g���̃p�X</title>
<title>appDataPath - ユーザのホームディレクトリのパス</title>
<meta name="author" content="W.Dee" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link href="funcref.css" type="text/css" rel="stylesheet" title="�N���X���t�@�����X�p�W���X�^�C��" />
<link href="funcref.css" type="text/css" rel="stylesheet" title="クラスリファレンス用標準スタイル" />
<link href="mailto:[email protected]" rev="Made" />
<link href="index.html" target="_top" rel="Start" title="�g�b�v�y�[�W" />
<link href="f_System.html" title="System�N���X" rel="Parent" />
<link href="index.html" target="_top" rel="Start" title="トップページ" />
<link href="f_System.html" title="Systemクラス" rel="Parent" />
</head>
<body>
<h1><span class="fheader"><a name="top" id="top">System.appDataPath</a></span></h1><div class="para"><div>
<dl>
<dt>�@�\/�Ӗ�</dt>
<dt>機能/意味</dt>
<dd>
���[�U�̃z�[���f�B���N�g���̃p�X</dd>
<dt>�^�C�v</dt>
ユーザのホームディレクトリのパス</dd>
<dt>タイプ</dt>
<dd>
<a class="jump" href="f_System.html">System�N���X</a>�̃v���p�e�B (�ǂݏo�����p)<br />
<a class="jump" href="f_System.html">Systemクラス</a>のプロパティ (読み出し専用)<br />
</dd>
<dt>����</dt>
<dt>説明</dt>
<dd>
�@���[�U�̃z�[���f�B���N�g���̃p�X���\���܂��BWindows �̏ꍇ�A���W�X�g����
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders ��
AppData �ŕ\�������t�H���_���Ԃ����܂��B���̃t�H���_���Ȃ��ꍇ�� <a class="jump" href="f_System_exePath.html">System.exePath</a> �Ɠ���
�t�H���_���Ԃ��܂��B<br />
 ユーザのホームディレクトリのパスを表します。Windows の場合、レジストリの
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
AppData で表されるフォルダが返されます。このフォルダがない場合は <a class="jump" href="f_System_exePath.html">System.exePath</a> と同じ
フォルダを返します。<br />
<br />
�����́A�ʏ��A�ȉ��̒ʂ��ɂȂ��܂��B
これは、通常、以下の通りになります。
<br />
<dl> <dt>Windows 95, 98, 98SE, ME �Ń}���`���[�U�‹��łȂ��ꍇ</dt> <dd><span class="script">C:\Windows\Application Data\</span> ( C:\Windows �̕����� Windows ���C���X�g�[�������ꏊ�ł� )</dd> <dt>Windows 95 (�����^�łȂ��ꍇ), 98, 98SE, ME �Ń}���`���[�U�‹��̏ꍇ</dt> <dd><span class="script">C:\Windows\Profiles\&lt;���[�U��&gt;\Application Data\</span> ( C:\Windows �̕����� Windows ���C���X�g�[�������ꏊ�ł� )</dd> <dt>Windows NT 4.0 �̏ꍇ</dt> <dd><span class="script">C:\WINNT\Profiles\&lt;���[�U��&gt;\Application Data\</span> ( C:\WINNT �̕����� Windows ���C���X�g�[�������ꏊ�ł� )</dd> <dt>Windows 2000, XP �ȍ~ �̏ꍇ</dt> <dd><span class="script">C:\Documents and Settings\&lt;���[�U��&gt;\Application Data\</span> ( C: �̕����͊‹��ɂ����ĈقȂ��܂� )</dd> <dt>���炩�̗��R�� ���W�X�g���L�[ ( ���L�Q�� ) ���ǂݏo���Ȃ������ꍇ���A������ Windows 95</dt> <dd>�g���g���̎��s�”\�t�@�C���̂����t�H���_ (<a class="jump" href="f_System_exePath.html">System.exePath</a>)�ɂȂ��܂�</dd> </dl> </dd>
<dt>�Q��</dt>
<dl> <dt>Windows 95, 98, 98SE, ME でマルチユーザ環境でない場合</dt> <dd><span class="script">C:\Windows\Application Data\</span> ( C:\Windows の部分は Windows をインストールした場所です )</dd> <dt>Windows 95 (初期型でない場合), 98, 98SE, ME でマルチユーザ環境の場合</dt> <dd><span class="script">C:\Windows\Profiles\&lt;ユーザ名&gt;\Application Data\</span> ( C:\Windows の部分は Windows をインストールした場所です )</dd> <dt>Windows NT 4.0 の場合</dt> <dd><span class="script">C:\WINNT\Profiles\&lt;ユーザ名&gt;\Application Data\</span> ( C:\WINNT の部分は Windows をインストールした場所です )</dd> <dt>Windows 2000, XP 以降 の場合</dt> <dd><span class="script">C:\Documents and Settings\&lt;ユーザ名&gt;\Application Data\</span> ( C: の部分は環境によって異なります )</dd> <dt>何らかの理由で レジストリキー ( 上記参照 ) を読み出せなかった場合か、初期の Windows 95</dt> <dd>吉里吉里の実行可能ファイルのあるフォルダ (<a class="jump" href="f_System_exePath.html">System.exePath</a>)になります</dd> </dl> </dd>
<dt>参照</dt>
<dd>
<a class="jump" href="f_System_exePath.html">System.exePath</a><br />
<a class="jump" href="f_System_personalPath.html">System.personalPath</a><br />