Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/doc/en/html/macro/command/folderdelete.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8939 - (show annotations) (download) (as text)
Thu Oct 1 16:06:58 2020 UTC (3 years, 7 months ago) by nmaya
File MIME type: text/html
File size: 917 byte(s)
マクロコマンドが Tera Term バージョンいくつから存在するか、それぞれのマクロコマンドのヘルプページに記載

ticket #40808
MFT to: 4-stable
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <title>folderdelete</title>
7 <meta http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../../style.css" type="text/css">
9 </head>
10
11 <body>
12
13
14 <h1>folderdelete</h1>
15
16 <p>
17 Deletes a folder. <em>(version 4.69 or later)</em>
18 </p>
19
20 <pre class="macro-syntax">
21 folderdelete &lt;foldername&gt;
22 </pre>
23
24 <h2>Remarks</h2>
25
26 <p>
27 Deletes the folder specified by &lt;foldername&gt;.<br>
28 If the folder is deleted successfully, the system variable "result" is set to 0. Otherwise, "result" is set to non-zero.<br>
29 However, the folder can not be removed if files within the folder exist.
30 </p>
31
32 <h2>Example</h2>
33
34 <pre class="macro-example">
35 folderdelete 'temp'
36 </pre>
37
38 </body>
39 </html>

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