Where can we find our temporary file? If we’ve opened hot start function?
Or should we assign a path for the tmp file before running?
There’s a folder named “tmp” which is auto generated in our project folder when we start running.
But there’s nothing in there.
コメント
To get tmp file, you first need to choose “yes” for output temporary files, and specify the file path where the tmp files will be saved.
You can use this for hot start then.