svnno****@sourc*****
svnno****@sourc*****
2014年 11月 20日 (木) 22:58:26 JST
Revision: 5713 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5713 Author: maya Date: 2014-11-20 22:58:26 +0900 (Thu, 20 Nov 2014) Log Message: ----------- ドキュメント更新 r5712 ぶん追加 Revision Links: -------------- http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5712 Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/en/html/macro/command/fileopen.html trunk/doc/ja/html/about/history.html trunk/doc/ja/html/macro/command/fileopen.html -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2014-11-20 13:38:23 UTC (rev 5712) +++ trunk/doc/en/html/about/history.html 2014-11-20 13:58:26 UTC (rev 5713) @@ -48,6 +48,7 @@ <li>added <a href="../setup/teraterm-misc.html#AcceleratorCygwinConnection">AcceleratorCygwinConnection</a> entry to teraterm.ini.</li> </ul></li> <li>added the 3rd argument to specify the initial directory at the <a href="../macro/command/filenamebox.html">filenamebox</a> macro command.</li> + <li>added the 4th argument to <!--\x93ǂݎ\xE6\x82\xE8\x90\xEA\x97p\x82Ńt\x83@\x83C\x83\x8B\x82\xF0\x8AJ\x82\xAD--> at the <a href="../macro/command/fileopen.html">fileopen</a> macro command.</li> </ul> </li> Modified: trunk/doc/en/html/macro/command/fileopen.html =================================================================== --- trunk/doc/en/html/macro/command/fileopen.html 2014-11-20 13:38:23 UTC (rev 5712) +++ trunk/doc/en/html/macro/command/fileopen.html 2014-11-20 13:58:26 UTC (rev 5713) @@ -18,16 +18,33 @@ </p> <pre class="macro-syntax"> -fileopen <file handle> <filename> <append flag> +fileopen <file handle> <filename> <append flag> [<readonly flag>] </pre> +<h2>Parameters</h2> + +<dl> + <dt class="macro">integer variable <file handle></dt> + <dd>If the file is successfully opened, the file handle is returned in this variable.<br /> + Otherwise, <file handle> is set to -1.</dd> + + <dt class="macro">string <filename></dt> + <dd><!--\x8AJ\x82\xAD\x83t\x83@\x83C\x83\x8B\x96\xBC\x82\xF0\x8Ew\x92肷\x82\xE9\x81B--><br /> + If the file does not exist, it is created and then opened.</dd> + + <dt class="macro">integer <append flag></dt> + <dd>If this parameter is zero, the file pointer is set to the beginning of the file.<br /> + If this parameter is nonzero, the file pointer is set to the end of the file.</dd> + + <dt class="macro">integer <readonly flag> (optional default=0) (version 4.85 or later)</dt> + <dd>If this parameter is zero, <!--\x93ǂݏ\x91\x82\xAB\x83\x82\x81[\x83h\x82Ńt\x83@\x83C\x83\x8B\x82\xF0\x8AJ\x82\xAD\x81B--><br /> + If this parameter is nonzero, <!--\x93ǂݎ\xE6\x82\xE8\x90\xEA\x97p\x83\x82\x81[\x83h\x82Ńt\x83@\x83C\x83\x8B\x82\xF0\x8AJ\x82\xAD\x81B--></dd> +</dl> + <h2>Remarks</h2> <p> -Opens a file specified by <file name>.<br> -If the file does not exist, it is created and then opened. If the file is successfully opened, the file handle is returned in the integer variable <file handle>. Otherwise, <file handle> is set to -1.<br> -If <append flag> is zero, the file pointer is set to the beginning of the file. If <append flag> is non-zero, the file pointer is set to the end of the file.<br> -Also, the file is opened in the binary mode. +The file is opened in the binary mode. </p> <h2>Example</h2> Modified: trunk/doc/ja/html/about/history.html =================================================================== --- trunk/doc/ja/html/about/history.html 2014-11-20 13:38:23 UTC (rev 5712) +++ trunk/doc/ja/html/about/history.html 2014-11-20 13:58:26 UTC (rev 5713) @@ -48,6 +48,7 @@ <li>teraterm.ini \x82\xC9 <a href="../setup/teraterm-misc.html#AcceleratorCygwinConnection">AcceleratorCygwinConnection</a> \x83G\x83\x93\x83g\x83\x8A\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li> </ul></li> <li><a href="../macro/command/filenamebox.html">filenamebox</a> \x83}\x83N\x83\x8D\x83R\x83}\x83\x93\x83h\x82ɏ\x89\x8A\xFA\x83f\x83B\x83\x8C\x83N\x83g\x83\x8A\x82\xF0\x8Ew\x92肷\x82\xE9\x88\xF8\x90\x94\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li> + <li><a href="../macro/command/fileopen.html">fileopen</a> \x83}\x83N\x83\x8D\x83R\x83}\x83\x93\x83h\x82ɓǂݎ\xE6\x82\xE8\x90\xEA\x97p\x82Ńt\x83@\x83C\x83\x8B\x82\xF0\x8AJ\x82\xAD\x83I\x83v\x83V\x83\x87\x83\x93\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li> </ul> </li> Modified: trunk/doc/ja/html/macro/command/fileopen.html =================================================================== --- trunk/doc/ja/html/macro/command/fileopen.html 2014-11-20 13:38:23 UTC (rev 5712) +++ trunk/doc/ja/html/macro/command/fileopen.html 2014-11-20 13:58:26 UTC (rev 5713) @@ -18,16 +18,33 @@ </p> <pre class="macro-syntax"> -fileopen <file handle> <filename> <append flag> +fileopen <file handle> <filename> <append flag> [<readonly flag>] </pre> +<h2>\x83p\x83\x89\x83\x81\x81[\x83^</h2> + +<dl> + <dt class="macro">\x90\xAE\x90\x94\x95ϐ\x94 <file handle></dt> + <dd>\x82\xE0\x82\xB5\x83t\x83@\x83C\x83\x8B\x82\xAA\x90\xB3\x82\xB5\x82\xAD\x83I\x81[\x83v\x83\x93\x82\xB3\x82ꂽ\x8Fꍇ\x81A\x83t\x83@\x83C\x83\x8B\x83n\x83\x93\x83h\x83\x8B\x82\xAA\x8Ai\x94[\x82\xB3\x82\xEA\x82\xE9\x81B<br /> + \x82\xBB\x82\xEA\x88ȊO\x82̏ꍇ\x81A<file handle> \x82\xC9-1\x82\xAA\x8Ai\x94[\x82\xB3\x82\xEA\x82\xE9\x81B</dd> + + <dt class="macro">\x95\xB6\x8E\x9A\x97\xF1 <filename></dt> + <dd>\x8AJ\x82\xAD\x83t\x83@\x83C\x83\x8B\x96\xBC\x82\xF0\x8Ew\x92肷\x82\xE9\x81B<br /> + \x83t\x83@\x83C\x83\x8B\x82\xAA\x91\xB6\x8D݂\xB5\x82Ȃ\xA2\x8Fꍇ\x82́A\x90V\x82\xBD\x82ɍ쐬\x82\xB3\x82\xEA\x82Ă\xA9\x82\xE7\x83I\x81[\x83v\x83\x93\x82\xB3\x82\xEA\x82\xE9\x81B</dd> + + <dt class="macro">\x90\xAE\x90\x94 <append flag></dt> + <dd>0\x82\xF0\x8Ew\x92肷\x82\xE9\x82ƁA\x83t\x83@\x83C\x83\x8B\x83|\x83C\x83\x93\x83^\x82̈ʒu\x82̓t\x83@\x83C\x83\x8B\x82̎n\x82߂ɃZ\x83b\x83g\x82\xB3\x82\xEA\x82\xE9\x81B<br /> + 0\x88ȊO\x82\xF0\x8Ew\x92肷\x82\xE9\x82ƁA\x83t\x83@\x83C\x83\x8B\x83|\x83C\x83\x93\x83^\x82̓t\x83@\x83C\x83\x8B\x82̍Ō\xE3\x82ɃZ\x83b\x83g\x82\xB3\x82\xEA\x82\xE9\x81B</dd> + + <dt class="macro">\x90\xAE\x90\x94 <readonly flag> (\x83I\x83v\x83V\x83\x87\x83\x93 \x83f\x83t\x83H\x83\x8B\x83g=0) (\x83o\x81[\x83W\x83\x87\x83\x93 4.85 \x88ȍ~)</dt> + <dd>0\x82\xF0\x8Ew\x92肷\x82\xE9\x82ƁA\x93ǂݏ\x91\x82\xAB\x83\x82\x81[\x83h\x82Ńt\x83@\x83C\x83\x8B\x82\xF0\x8AJ\x82\xAD\x81B<br /> + 0\x88ȊO\x82\xF0\x8Ew\x92肷\x82\xE9\x82ƁA\x93ǂݎ\xE6\x82\xE8\x90\xEA\x97p\x83\x82\x81[\x83h\x82Ńt\x83@\x83C\x83\x8B\x82\xF0\x8AJ\x82\xAD\x81B</dd> +</dl> + <h2>\x89\xF0\x90\xE0</h2> <p> -\x83t\x83@\x83C\x83\x8B <filename> \x82\xF0\x8AJ\x82\xAD\x81B<br> -\x83t\x83@\x83C\x83\x8B\x82\xAA\x91\xB6\x8D݂\xB5\x82Ȃ\xA2\x8Fꍇ\x82́A\x90V\x82\xBD\x82ɍ쐬\x82\xB3\x82\xEA\x82Ă\xA9\x82\xE7\x83I\x81[\x83v\x83\x93\x82\xB3\x82\xEA\x82\xE9\x81B\x82\xE0\x82\xB5\x83t\x83@\x83C\x83\x8B\x82\xAA\x90\xB3\x82\xB5\x82\xAD\x83I\x81[\x83v\x83\x93\x82\xB3\x82ꂽ\x8Fꍇ\x81A\x83t\x83@\x83C\x83\x8B\x83n\x83\x93\x83h\x83\x8B\x82\xAA\x90\xAE\x90\x94\x95ϐ\x94 <file handle> \x82Ɋi\x94[\x82\xB3\x82\xEA\x82\xE9\x81B\x82\xBB\x82\xEA\x88ȊO\x82̏ꍇ\x81A<file handle> \x82\xC9-1\x82\xAA\x8Ai\x94[\x82\xB3\x82\xEA\x82\xE9\x81B<br> -<append flag> \x82\xAA0\x82̏ꍇ\x81A\x83t\x83@\x83C\x83\x8B\x83|\x83C\x83\x93\x83^\x82̈ʒu\x82̓t\x83@\x83C\x83\x8B\x82̎n\x82߂ɃZ\x83b\x83g\x82\xB3\x82\xEA\x82\xE9\x81B<append flag> \x82\xAA0\x88ȊO\x82̏ꍇ\x81A\x83t\x83@\x83C\x83\x8B\x83|\x83C\x83\x93\x83^\x82̓t\x83@\x83C\x83\x8B\x82̍Ō\xE3\x82ɃZ\x83b\x83g\x82\xB3\x82\xEA\x82\xE9\x81B<br> -\x82Ȃ\xA8\x81A\x83t\x83@\x83C\x83\x8B\x82̓o\x83C\x83i\x83\x8A\x83\x82\x81[\x83h\x82ŃI\x81[\x83v\x83\x93\x82\xB3\x82\xEA\x82\xE9\x81B +\x83t\x83@\x83C\x83\x8B\x82̓o\x83C\x83i\x83\x8A\x83\x82\x81[\x83h\x82ŃI\x81[\x83v\x83\x93\x82\xB3\x82\xEA\x82\xE9\x81B </p> <h2>\x97\xE1</h2>