|
Hallo, The use of mkstemp for creating names for temporary files leaves the file in the disk. Why not use tmpfile(), that removes the file when it's closed? This way it's possible to use the name to create a directory, for instance. -- -alex http://www.ventonegro.org/