svnno****@sourc*****
svnno****@sourc*****
2009年 8月 12日 (水) 19:37:44 JST
Revision: 3601 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3601 Author: yutakapon Date: 2009-08-12 19:37:44 +0900 (Wed, 12 Aug 2009) Log Message: ----------- getdir ã§åå¾ã§ãããã£ã¬ã¯ããªæ«å°¾ã®ï¿¥ã«ã¤ãã¦ã追è¨ãè¡ã£ãã setdir ã®ãµã³ãã«ã³ã¼ãä¿®æ£ã Modified Paths: -------------- trunk/doc/en/html/macro/command/getdir.html trunk/doc/en/html/macro/command/setdir.html trunk/doc/ja/html/macro/command/getdir.html trunk/doc/ja/html/macro/command/setdir.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/getdir.html =================================================================== --- trunk/doc/en/html/macro/command/getdir.html 2009-07-27 06:16:34 UTC (rev 3600) +++ trunk/doc/en/html/macro/command/getdir.html 2009-08-12 10:37:44 UTC (rev 3601) @@ -24,13 +24,15 @@ <h2>Remarks</h2> <p> -Returns the current working directory for MACRO (not for Tera Term) to the string variable <strvar>. +Returns the current working directory for MACRO (not for Tera Term) to the string variable <strvar>.<br> +If the directory is the root, the string ends with a backslash(\). If the directory is a directory other than the root, the string ends with the directory name and not with a backslash. </p> <h2>Example</h2> <pre class="macro-example"> getdir dir +; dir = C:\Documents and Settings\yutaka\My Documents\TeraTermMacro </pre> <h2>See also</h2> Modified: trunk/doc/en/html/macro/command/setdir.html =================================================================== --- trunk/doc/en/html/macro/command/setdir.html 2009-07-27 06:16:34 UTC (rev 3600) +++ trunk/doc/en/html/macro/command/setdir.html 2009-08-12 10:37:44 UTC (rev 3601) @@ -36,7 +36,7 @@ <h2>Example</h2> <pre class="macro-example"> -setdir'c:\' +setdir 'c:\' </pre> </body> Modified: trunk/doc/ja/html/macro/command/getdir.html =================================================================== --- trunk/doc/ja/html/macro/command/getdir.html 2009-07-27 06:16:34 UTC (rev 3600) +++ trunk/doc/ja/html/macro/command/getdir.html 2009-08-12 10:37:44 UTC (rev 3601) @@ -24,13 +24,15 @@ <h2>ðà</h2> <p> -(Tera Term ÅÍÈ) MACRO Ì»ÝÌfBNgð¶ñÏ <strvar> Éi[·éB +(Tera Term ÅÍÈ) MACRO Ì»ÝÌfBNgð¶ñÏ <strvar> Éi[·éB<br> +[gfBNgÌêA¶ñÌöÉÍ~L (\) ªt«Ü·B[gÈOÌfBNgÌêA¶ñÍfBNg¼ÅIíèAöÉ~LÍt«Ü¹ñB </p> <h2>á</h2> <pre class="macro-example"> getdir dir +; dir = C:\Documents and Settings\yutaka\My Documents\TeraTermMacro </pre> <h2>QÆ</h2> Modified: trunk/doc/ja/html/macro/command/setdir.html =================================================================== --- trunk/doc/ja/html/macro/command/setdir.html 2009-07-27 06:16:34 UTC (rev 3600) +++ trunk/doc/ja/html/macro/command/setdir.html 2009-08-12 10:37:44 UTC (rev 3601) @@ -36,7 +36,7 @@ <h2>á</h2> <pre class="macro-example"> -setdir'c:\' +setdir 'c:\' </pre> </body>