When we work in Audacity, and when we have not saved the project, the audio files are temporarily saved in:Users\... Name...\AppData\Local\Temp\Audacity_temp\.
But, we can also place in the file "Temp" audio files that we can read in Audacity by using the following code Nyquist:
Code: Select all
(play (s-read "... (name of the file)..."))But there is a problem. I had placed the files of impulses in the file "Temp" to use them in several days. The problem is that one day, by opening the file, I observed that they had been deleted.
My question is the following one: does Windows 8 get deleted automatically the audio files placed in the file "Temp" at the end of a few days?
How is it necessary to proceed? The code Nyquist allows to look for an audio file only in the file: Users\...(name)...\AppData\Local\Temp\.
Sorry for the translation.
Thank you for your help.