Interface FileUtils.TempFile

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.nio.file.Path getPath()
      Returns the path of the created temp file.
      • Methods inherited from interface java.io.Closeable

        close
    • Method Detail

      • getPath

        java.nio.file.Path getPath()
        Returns the path of the created temp file.