help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

temporary files not deleted after exit


From: Muhali
Subject: temporary files not deleted after exit
Date: Wed, 25 Aug 2010 11:13:15 -0700 (PDT)

According to octave-info:

"When Octave exits all temporary files will be deleted, so this step need
not be executed manually."

I would assume that a temporary file created as follows

octave> a = pi ;
octave> save(tmpnam, "a") ;

would be deleted after exiting, but it is not. Am I misunderstanding
something?

M.

-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/temporary-files-not-deleted-after-exit-tp2338667p2338667.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]