index
:
blast
dev
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
buildtools
/
packman5
/
win-bootstrap
/
generate_temp_file_name.ps1
blob: a8c9c1b102098720f4aff4977bfda37a4eb4a48b (
plain
) (
blame
)
1
2
$out
=
[System.IO.Path]
::
GetTempFileName
()
Write-Host
$out