diff --git a/Docs/src/generalpurpose.but b/Docs/src/generalpurpose.but index 5e39719b..2e0ca796 100644 --- a/Docs/src/generalpurpose.but +++ b/Docs/src/generalpurpose.but @@ -101,7 +101,7 @@ Assign to the user variable $x, the full path of the file specified. If the path \S2{gettempfilename} GetTempFileName -\c user_var(output) base_dir +\c user_var(output) [base_dir] Assign to the user variable $x, the name of a temporary file. The file will have been created, so you can then overwrite it with what you please. The name of the temporary file is guaranteed to be unique. If to want the temporary file to be created in another directory than the Windows temp directory, specify a base_dir. \R{delete}{Delete} the file when done with it.