Is there a way to create a tempfile, without having it opened? I have to run an executable, redirect it\'s output to a file, and then read & parse that. Everything creat
Is using FileUtils.touch acceptable solution? You can touch a file and delete it once you are done with whatever you want.