TempFile.tempPath

Returns the path to the directory where temporary files will be created. The returned path is safe to mutate.

  1. char[] tempPath()
  2. const(char)[] tempPath()
    class TempFile
    version(!Win32 && Posix)
    static
    const(char)[]
    tempPath
    ()

Meta