Linux question
- Posted by Irv Mullins <irvm at ellijay.com> Apr 21, 2001
- 439 views
I need to create unique temporary files, which I can do using mktemp , i.e. system_exec('mktemp myprog.XXXXXX',0) The question is, how do I find out what name mktemp has used to create my file? The name is normally printed on the console, and I don't kow how to redirect that so Euphoria can get to it. Thanks, Irv