Top "Tmp" questions

The traditional name of directories (especially on Unix and Unix-like operating systems) used to store temporary files.

tmp folder in Windows like /tmp in Linux

I have created a folder in Windows, C:\tmp\ and I want it to behave like /tmp/ folder in Linux, …

windows tmp
Cakephp tmp directory: Cache and Session Folders

Can someone please explain to me what kind of data is stored in these directories? For example, I have an …

session cakephp caching tmp
Store file in directory tmp on heroku Rails

In my Delayed Job, I tried to create a file to tmp folder file_path = Rails.root.join('tmp', "#{file_…

ruby-on-rails file heroku delayed-job tmp
Ruby: Could not find a temporary directory

I am getting some 500 errors in my Passenger Rails app. When looking at the log it appears passenger cannot access …

ruby tmp
Unable to create tempDir, java.io.tmpdir is set to C:\Windows\

I'm using Spring Boot with embedded tomcat, everything worked fine and suddenly I got the error : Caused by: org.springframework.…

spring-boot tomcat tmp
copy file to /data/local/tmp

I want to copy some files from it's own data folder(e.g. "/data/data/com.example.copy/") to "/data/…

android process copy tmp
Is it possible to show a image that is in a tmp folder before upload?

I want to show the user a image before the user uploads it to the server to make sure that …

php file upload tmp
tmp directory not cleaning while using jenkins

I am using jenkins 1.451 on AIX 7.0 with job carrying out checkout,compile and pushing code to our environment. Also a …

jenkins tmp
Why are RackMultipart* files persisting in my Rails /tmp directory?

I'm using Paperclip (2.3) to handle image uploads on a Rails 3.0.3 app running on Ubuntu. Paperclip is handling the uploads as …

file-upload garbage-collection ruby-on-rails-3 paperclip tmp
How to use Node tmp Package to write a file from the buffer

I need to write a file temporarily to the file system in order to run a quick check on it, …

node.js file tmp