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:
parent
6be5d8d07d
commit
2b43e27aca
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue