Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Annotation of /trunk/doc/jp/html/macro/command/makepath.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1034 - (hide annotations) (download) (as text)
Tue Oct 21 00:30:15 2008 UTC (15 years, 7 months ago) by maya
Original Path: doc/trunk/jp/html/macro/command/makepath.html
File MIME type: text/html
File size: 828 byte(s)
macro-example の中にある code を削除した。

1 taketombo 342 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2     "http://www.w3.org/TR/html4/strict.dtd">
3 maya 571 <html>
4     <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
6     <title>makepath</title>
7     <meta http-equiv="Content-Style-Type" content="text/css">
8     <link rel="stylesheet" href="../../style.css" type="text/css">
9     </head>
10 taketombo 342
11 maya 571 <body>
12 taketombo 342
13    
14 maya 571 <h1>makepath</h1>
15    
16     <p>
17     フルパス名を作成する。
18     </p>
19    
20     <pre class="macro-syntax">
21 taketombo 342 makepath &lt;strvar&gt; &lt;dir&gt; &lt;name&gt;
22 maya 571 </pre>
23 taketombo 342
24 maya 571 <h2>解説</h2>
25 taketombo 342
26 maya 571 <p>
27 taketombo 342 ディレクトリ名 &lt;dir&gt; とファイル名 &lt;name&gt; からフルパス名を作成し、文字列変数 &lt;strvar&gt; に格納する。
28     もし必要なら &lt;dir&gt;&lt;name&gt; の間に "\" を挿入する。
29 maya 571 </p>
30 taketombo 342
31 maya 571 <h2></h2>
32 taketombo 342
33 maya 571 <pre class="macro-example">
34 maya 1034 makepath path 'c:\teraterm' 'test.txt'
35 maya 571 ; path = "c:\teraterm\test.txt"
36 maya 1034 </pre>
37 taketombo 342
38 maya 571 </body>
39     </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26