temporary-directory
How to avoid Unknown: write failed: No space left on device (28)
I am on a shared host and i get this error on my domain Unknown: write failed: No space left on device (28)[详细]
2023-04-01 06:47 分类:问答Suggest a proper location to save recorded voice notes
I am developing an iphone app with the capability of recording voice using AVAudioRecorder.Currently I开发者_开发百科 am saving the notes in TemporaryDirectory()[详细]
2023-03-20 09:37 分类:问答What is the standard environment variable used to specify a temporary directory?
I am writing a script that uses a temporary directory, and I would like to allow it to read the user\'s chosen temporary directory from an environment variable. What environment 开发者_高级运维variabl[详细]
2023-03-19 13:37 分类:问答How to get temporary folder for current user
Currently I am using following function to get the temporary folder path for current user: string tempPath = System.IO.Path.GetTempPath();[详细]
2023-02-19 17:22 分类:问答Deleting temporary directory
I found some code on here for creating temporary directories in Java. public static File createTempDirectory() throws IOException[详细]
2023-02-12 01:48 分类:问答How to create a temporary directory?
I use to create a tempfile, delete it and recreate it as 开发者_如何学Goa directory: temp=`tempfile`[详细]
2023-02-03 08:07 分类:问答Need a good "home" directory for web-app during Maven build
I have a Java web application that uses JNDI to determine its \"home\" directory where various configuration files and logging takes place.During a Maven build, we set the home directory location in a[详细]
2023-01-26 09:52 分类:问答Changing temporary file folder location in linux (for everything on the system)?
Currently its /t开发者_如何学Pythonmp How can I set it to /anythingelse so that all applications use that subsequently?sudo rmdir /tmp && ln -s /some/other/loc /tmp[详细]
2023-01-17 14:00 分类:问答How to create a temporary directory in C++?
I\'m writing a function in C++开发者_如何转开发 which creates a temporary directory. Such function should be as most portable as possible, e.g. it should work under linux, mac and win32 environments.[详细]
2023-01-09 22:37 分类:问答How to create a temporary directory and get its path/ file name?
How can I c开发者_如何转开发reate a temporary directory and get its path/file name in Python?Use the mkdtemp() function from the tempfile module:[详细]
2023-01-06 22:29 分类:问答