diff --git a/doc/en/html/about/history.html b/doc/en/html/about/history.html index a68e29f9d..3b2998ae7 100644 --- a/doc/en/html/about/history.html +++ b/doc/en/html/about/history.html @@ -55,6 +55,8 @@
-Changes the Download directory. +Changes the File transfer directory.
@@ -24,19 +24,25 @@diff --git a/doc/en/html/menu/file-chdir.html b/doc/en/html/menu/file-chdir.html index cb2e5a2cd..b149d1e5f 100644 --- a/doc/en/html/menu/file-chdir.html +++ b/doc/en/html/menu/file-chdir.html @@ -11,7 +11,7 @@changedir
Remarks
-Changes the Download directory for Tera Term to <path>. +Changes the File transfer directory for Tera Term to <path>.
-File names specified for the communication commands (e.g. kmtsend) are based on the current directory for Tera Term. +File name specified for the send communication commands (e.g. sendfile, kmtsend) and destination folder for receive commands (e.g. zmodemrecv) are based on the "File transfer directory for Tera Term."
-You must specify a fullpath name to the communication commands (e.g. sendfile, kmtsend) because these commands are not affected by `changedir' command. +You must specify a fullpath name to the communication commands because these commands are not affected by `changedir' command.
+Note
+ ++The changedir command changes "File transfer directory for Tera Term."
+The setdir command changes "current working directory for MACRO."
+-The download folder also affects log storage. +The File transfer folder also affects log save location. Reffer to Folder to put setup files.
diff --git a/doc/en/html/macro/command/setdir.html b/doc/en/html/macro/command/setdir.html index b2e4e98e9..d60a5706e 100644 --- a/doc/en/html/macro/command/setdir.html +++ b/doc/en/html/macro/command/setdir.html @@ -28,7 +28,14 @@Remarks
-File names specified for other commands (e.g. fileopen) are based on the current directory for MACRO. +File names specified for other commands (e.g. fileopen) are based on the "current working directory for MACRO." +
+ +Note
+ ++The setdir command changes "current working directory for MACRO."
+The changedir command changes "File transfer directory for Tera Term."Example
@@ -39,6 +46,7 @@Example
See also
- Open General tab of Additional settings dialog. + Open General tab of Additional settings dialog.