Re: Linux question
- Posted by Wolf <wolfritz at KING.IGS.NET> Apr 21, 2001
- 442 views
> Irv Mullins wrote: >> 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. How about just using EU's date/time functions to create your own unique 'hex' character file name ?