We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b07c680 + a079860 commit 3d1f12fCopy full SHA for 3d1f12f
lib/dtutils/file.lua
@@ -861,9 +861,6 @@ dtutils_file.libdoc.functions["create_tmp_file"] = {
861
862
function dtutils_file.create_tmp_file()
863
local tmp_file = os.tmpname()
864
- if dt.configuration.running_os == "windows" then
865
- tmp_file = dt.configuration.tmp_dir .. tmp_file -- windows os.tmpname() defaults to root directory
866
- end
867
868
local f = io.open(tmp_file, "w")
869
if not f then
0 commit comments