temporary-directory Questions
1
Solved
I've seen some posts relating to my question, but none that address it completely. I need to create a file in the standard temporary directory and after I'm done writing to it, move it to a differe...
Killifish asked 17/8, 2012 at 15:0
3
Solved
Currently I am using following function to get the temporary folder path for current user:
string tempPath = System.IO.Path.GetTempPath();
On some machines it gives me temp folder path of curren...
Sidonia asked 3/6, 2009 at 12:35
3
I try to move a folder with a file to a temp folder, but I always receive the same error:
The operation couldn’t be completed. (Cocoa error 516.)
This is the code, do you see anything strange? Tha...
Statutable asked 20/2, 2012 at 13:23
4
Solved
I'd like to create some directories of data for some unit tests and I'd like these directories to be in the default temporary directory for the user.
I could just create a subdir under /tmp I supp...
Sheathing asked 17/12, 2008 at 12:42
3
Solved
I'd like to create a unique temporary directory in Windows from some C
code (not C++ or C#). I want to do this so that I can put some temp
files in the directory, and then delete them all easily wh...
Gant asked 9/6, 2011 at 2:33
3
Solved
I need a fresh temporary directory to do some work in a shell script. When the work is done (or if I kill the job midway), I want the script to change back to the old working directory and wipe out...
Romeu asked 18/3, 2010 at 19:7
7
Solved
I'd like to provide a class to manage creation and subsequent deletion of a temporary directory. Ideally, I'd like it to be usable in a using block to ensure that the directory gets deleted again r...
Martella asked 24/2, 2010 at 1:49
4
Solved
Possible Duplicate:
Create a temporary directory in Java
Duplicate: stackoverflow.com/questions/375910
Is there a way of creating a temporary folder in java ? I know of File's static...
Conservatism asked 3/5, 2009 at 16:19
2
I'm trying to run a command-line process (which is extraction of a .7z archive) on a file that lies in a temporary folder on the windows user temp directory
(C:\Documents and Settings\User\Local Se...
Amsden asked 3/11, 2008 at 10:19
© 2022 - 2024 — McMap. All rights reserved.