tempFile

Undocumented in source. Be warned that the author may not have intended to support it.
  1. TempFile!(F, string) tempFile(AutoDelete autoDelete, string dir)
  2. TempFile!(F, T) tempFile(AutoDelete autoDelete, T dir)
    version(Windows)
    TempFile!(F, T)
    tempFile
    (
    F = File
    T = string
    )
    if (
    (
    is(T : string) ||
    is(T : wstring)
    )
    )

Meta