From 2b43e27acaa0260d46e25de270bd6db18d8cf641 Mon Sep 17 00:00:00 2001 From: anders_k Date: Thu, 26 Nov 2015 13:21:45 +0000 Subject: [PATCH] Fixed Doc bug, GetTempFileName base_dir parameter is optional git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6643 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/generalpurpose.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.