[Ttssh2-commit] [3601] getdir で取得できるディレクトリ末尾の¥について、追記を行った。

Back to archive index

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 &lt;strvar&gt;.
+Returns the current working directory for MACRO (not for Tera Term) to the string variable &lt;strvar&gt;.<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 ‚ÌŒ»Ý‚̃fƒBƒŒƒNƒgƒŠ‚𕶎š—ñ•Ï” &lt;strvar&gt; ‚ÉŠi”[‚·‚éB
+(Tera Term ‚Å‚Í‚È‚­) MACRO ‚ÌŒ»Ý‚̃fƒBƒŒƒNƒgƒŠ‚𕶎š—ñ•Ï” &lt;strvar&gt; ‚ÉŠi”[‚·‚éB<br>
+ƒ‹[ƒgƒfƒBƒŒƒNƒgƒŠ‚̏ꍇA•¶Žš—ñ‚Ì––”ö‚ɂ͉~‹L† (\) ‚ª•t‚«‚Ü‚·Bƒ‹[ƒgˆÈŠO‚̃fƒBƒŒƒNƒgƒŠ‚̏ꍇA•¶Žš—ñ‚̓fƒBƒŒƒNƒgƒŠ–¼‚ŏ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>



Ttssh2-commit メーリングリストの案内
Back to archive index