Hello,

is there any implementation for creating temporary files names? I'm using tmpnam, but it can be dangerous. On posix systems I can use mkstemp. Is there any save implementation within the boost (perhaps in the iostreams)?

Thanks

Phil