svnno****@sourc*****
svnno****@sourc*****
2010年 9月 28日 (火) 21:05:34 JST
Revision: 4114 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4114 Author: yutakapon Date: 2010-09-28 21:05:34 +0900 (Tue, 28 Sep 2010) Log Message: ----------- æç« ã®æ ¡æ£ã¨ãµã³ãã«ã³ã¼ãæ¹ä¿®ã Modified Paths: -------------- trunk/doc/en/html/macro/command/findoperations.html trunk/doc/ja/html/macro/command/findoperations.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/findoperations.html =================================================================== --- trunk/doc/en/html/macro/command/findoperations.html 2010-09-28 11:37:46 UTC (rev 4113) +++ trunk/doc/en/html/macro/command/findoperations.html 2010-09-28 12:05:34 UTC (rev 4114) @@ -66,17 +66,18 @@ <p> The findclose command releases the directory handle <dir handle> returned by the findfirst command.<br> -This command should be executed if the findfirst command is executed successfully. +As soon as the file operation ends, this command should be executed. </p> <h2>Example</h2> <pre class="macro-example"> -findfirst dh '*.txt' filename +extpat='*.txt' +findfirst dh extpat filename while result -messagebox filename '*.txt' -findnext dh filename + messagebox filename extpat + findnext dh filename endwhile findclose dh Modified: trunk/doc/ja/html/macro/command/findoperations.html =================================================================== --- trunk/doc/ja/html/macro/command/findoperations.html 2010-09-28 11:37:46 UTC (rev 4113) +++ trunk/doc/ja/html/macro/command/findoperations.html 2010-09-28 12:05:34 UTC (rev 4114) @@ -14,7 +14,7 @@ <h1>findfirst</h1> <p> -¶ñÉ ¤ÅÌt@CðT·B +¶ñÉv·éÅÌt@CðT·B </p> <pre class="macro-syntax"> @@ -24,10 +24,10 @@ <h2>ðà</h2> <p> -findfirst R}hÍt@C¼ <file name> É ¤ÅÌt@CðT·B<br> +findfirst R}hÍt@C¼ <file name> Év·éÅÌt@CðT·B<br> t@Cª©Â©Á½êAfBNgnhª <dir handle> ÉAÅÌt@C¼ª <strvar> Éi[³êAVXeÏ <result> É 1 ªi[³êéB<br> findfirst R}hªÅÌt@Cð©Â¯½êAfBNgnhðwèµÄ findnext R}hðgpµA -<file name> É ¤Ìt@CðT·±ÆªÅ«éB<br> +<file name> Év·éÌt@CðT·±ÆªÅ«éB<br> <strong>fBNgnhÍ findclose R}hÉæÁÄðú³êȯêÎÈçÈ¢B</strong> </p> @@ -35,7 +35,7 @@ <h1>findnext</h1> <p> -¶ñÉ ¤Ìt@CðT·B +¶ñÉv·éÌt@CðT·B </p> <pre class="macro-syntax"> @@ -45,7 +45,7 @@ <h2>ðà</h2> <p> -findnext R}hÍ findfirst R}hÅwè³ê½t@C¼É ¤Ìt@CðT·B<br> +findnext R}hÍ findfirst R}hÅwè³ê½t@C¼Év·éÌt@CðT·B<br> ®l <dir handle> Í findfirst R}hžçê½fBNgnhÅȯêÎÈçÈ¢B<br> àµÌt@Cª©Â©Á½êA<strvar> Ét@C¼ªA"result" É 1 ªi[³êéB<br> »êÈOÌêÍA<strvar>Æ "result" É»ê¼ê "" Æ 0 ªi[³êéB @@ -66,17 +66,18 @@ <p> findclose R}hÍ findfirst R}hÉæÁľçê½fBNgnh <dir handle> ððú·éB<br> -±ÌR}hÍ findfirst R}hªt@Cð©Â¯½êAÀs³êȯêÎÈçÈ¢B +±ÌR}hÍt@CõªsvÉÈÁ½_ÅA¦ÀÉÀs³êȯêÎÈçÈ¢B </p> <h2>á</h2> <pre class="macro-example"> -findfirst dh '*.txt' filename +extpat='*.txt' +findfirst dh extpat filename while result -messagebox filename '*.txt' -findnext dh filename + messagebox filename extpat + findnext dh filename endwhile findclose dh