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 332 - (hide annotations) (download) (as text)
Sun Dec 17 15:20:31 2006 UTC (17 years, 5 months ago) by maya
Original Path: doc/trunk/en/html/macro/command/makepath.html
File MIME type: text/html
File size: 844 byte(s)
no message

1 maya 332 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2     "http://www.w3.org/TR/html4/strict.dtd">
3 yutakapon 245 <HTML>
4     <HEAD>
5 maya 332 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 yutakapon 245 <TITLE>makepath</TITLE>
7 maya 332 <META http-equiv="Content-Style-Type" content="text/css">
8 yutakapon 245 <link rel="stylesheet" href="../../style.css" type="text/css">
9     </HEAD>
10     <BODY>
11    
12     <DIV ALIGN="left">
13     <FONT SIZE="+2">makepath</FONT><BR><BR>
14     </div>
15    
16     Format:
17     <UL>
18     <B>
19     makepath &lt;strvar&gt; &lt;dir&gt; &lt;name&gt;
20     </B>
21     </UL>
22     <P></P>
23    
24     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;.
25     <P></P>
26    
27     <pre>
28     Example:
29     makepath path 'c:\teraterm' 'test.txt' path = "c:\teraterm\test.txt"
30     </pre>
31    
32     </BODY>
33     </HTML>
34    

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