Csound Csound-dev Csound-tekno Search About

Re: csd files

Date1999-04-12 05:28
Fromjpff@maths.bath.ac.uk
SubjectRe: csd files
Message written at 11 Apr 1999 19:35:42 +0530
--- Copy of mail to Christopher.Neese@oberlin.edu ---
In-reply-to: <000001be7fc9$85c53300$8913fea9@christon> (message from Xopher on
	Mon, 5 Apr 1999 21:05:11 -0400)
References:  <000001be7fc9$85c53300$8913fea9@christon>

The temporary files are created with the standard C function tmpnam
which is the 'safe' thing to do, and I create at atexit function to
delete the file later.  Reading the (extremely unclear) documentation
it may me tha tif you set a TMP environment variable that it might
crete it somewhere else.  This sounds like Microsoft's problem!