TempFile.tempPath

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

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

Meta