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
This commit is contained in:
anders_k 2015-11-26 13:21:45 +00:00
parent 6be5d8d07d
commit 2b43e27aca

View file

@ -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.