Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 245 - (hide annotations) (download) (as text)
Mon Oct 30 15:37:45 2006 UTC (17 years, 7 months ago) by yutakapon
Original Path: doc/trunk/en/html/macro/command/makepath.html
File MIME type: text/html
File size: 620 byte(s)
(none)

1 yutakapon 245 <HTML>
2     <HEAD>
3     <TITLE>makepath</TITLE>
4     <link rel="stylesheet" href="../../style.css" type="text/css">
5     </HEAD>
6     <BODY>
7    
8     <DIV ALIGN="left">
9     <FONT SIZE="+2">makepath</FONT><BR><BR>
10     </div>
11    
12     Format:
13     <UL>
14     <B>
15     makepath &lt;strvar&gt; &lt;dir&gt; &lt;name&gt;
16     </B>
17     </UL>
18     <P></P>
19    
20     Creates the full path name from the directory name &lt;dir&gt; and file name &lt;name&gt;. The full path name is stored in the string variable &lt;strvar&gt;. If necessary, '\' is inserted between &lt;dir&gt; and &lt;name&gt;.
21     <P></P>
22    
23     <pre>
24     Example:
25     makepath path 'c:\teraterm' 'test.txt' path = "c:\teraterm\test.txt"
26     </pre>
27    
28     </BODY>
29     </HTML>
30    

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