fio ~master (2018-11-14T23:52:16Z)
Dub
Repo
tempFile
io
file
temp
Undocumented in source. Be warned that the author may not have intended to support it.
TempFile
!(
F
,
string
)
tempFile
(AutoDelete autoDelete, string dir)
TempFile
!(
F
,
T
)
tempFile
(AutoDelete autoDelete, T dir)
version(Windows)
TempFile
!(
F
,
T
)
tempFile
(
F
=
File
T
=
string
)
(
AutoDelete
autoDelete
=
AutoDelete.yes
,
T
dir
=
tempDir
!
T
)
if
(
(
is
(
T
:
string
) ||
is
(
T
:
wstring
)
)
)
Meta
Source
See Implementation
io
file
temp
enums
AutoDelete
functions
GetTempFileNameW
GetTempPathW
tempDir
tempFile
structs
TempFile