Revision: 7908 https://osdn.net/projects/ttssh2/scm/svn/commits/7908 Author: kazuya_jimba Date: 2019-08-04 00:08:01 +0900 (Sun, 04 Aug 2019) Log Message: ----------- filecopy 説明の "削除" を "コピー" へ置換しました Modified Paths: -------------- trunk/doc/en/html/macro/command/filecopy.html trunk/doc/ja/html/macro/command/filecopy.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/filecopy.html =================================================================== --- trunk/doc/en/html/macro/command/filecopy.html 2019-08-03 14:25:08 UTC (rev 7907) +++ trunk/doc/en/html/macro/command/filecopy.html 2019-08-03 15:08:01 UTC (rev 7908) @@ -26,7 +26,7 @@ <p> Copies file <file1> to file <file2>.<br> If <file2> already exists, it is overwritten. <file1> and <file2> must not be same.<br> -If the file is deleted successfully, the system variable "result" is set to 0. Otherwise, "result" is set to non-zero. +If the file is copy successfully, the system variable "result" is set to 0. Otherwise, "result" is set to non-zero. </p> <h2>Example</h2> Modified: trunk/doc/ja/html/macro/command/filecopy.html =================================================================== --- trunk/doc/ja/html/macro/command/filecopy.html 2019-08-03 14:25:08 UTC (rev 7907) +++ trunk/doc/ja/html/macro/command/filecopy.html 2019-08-03 15:08:01 UTC (rev 7908) @@ -26,7 +26,7 @@ <p> \x83t\x83@\x83C\x83\x8B <file1> \x82\xF0\x83R\x83s\x81[\x82\xB5\x81A\x83t\x83@\x83C\x83\x8B <file2> \x82\xF0\x8D쐬\x82\xB7\x82\xE9\x81B<br> <file2> \x82\xAA\x82\xB7\x82łɑ\xB6\x8D݂\xB7\x82\xE9\x8Fꍇ\x82͏㏑\x82\xAB\x82\xB3\x82\xEA\x82\xE9\x81B<file1> \x82\xC6 <file2> \x82͈Ⴄ\x96\xBC\x91O\x82łȂ\xAF\x82\xEA\x82Ȃ\xE7\x82Ȃ\xA2\x81B<br> -\x83t\x83@\x83C\x83\x8B\x82̍폜\x82\xAA\x90\xAC\x8C\x{1C2D42}\xBD\x8Fꍇ\x81A\x83V\x83X\x83e\x83\x80\x95ϐ\x94 result \x82\xC9 0 \x82\xAA\x8Ai\x94[\x82\xB3\x82\xEA\x82\xE9\x81B\x82\xBB\x82\xEA\x88ȊO\x82̏ꍇ, result \x82\xC9 0 \x88ȊO\x82\xAA\x8Ai\x94[\x82\xB3\x82\xEA\x82\xE9\x81B +\x83t\x83@\x83C\x83\x8B\x82̃R\x83s\x81[\x82\xAA\x90\xAC\x8C\x{1C2D42}\xBD\x8Fꍇ\x81A\x83V\x83X\x83e\x83\x80\x95ϐ\x94 result \x82\xC9 0 \x82\xAA\x8Ai\x94[\x82\xB3\x82\xEA\x82\xE9\x81B\x82\xBB\x82\xEA\x88ȊO\x82̏ꍇ, result \x82\xC9 0 \x88ȊO\x82\xAA\x8Ai\x94[\x82\xB3\x82\xEA\x82\xE9\x81B </p> <h2>\x97\xE1</h2>