help-octave
[Top][All Lists]
Advanced

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

Re: temporary files not deleted after exit


From: James Sherman Jr.
Subject: Re: temporary files not deleted after exit
Date: Wed, 25 Aug 2010 14:58:22 -0400

I believe that any files that you create as part of the command line or script would not be considered temporary.  In fact, the save command is used (at least as I use it) specifically so that you can load data across octave sessions or for other programs.

James

On Wed, Aug 25, 2010 at 2:13 PM, Muhali <address@hidden> wrote:

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.
_______________________________________________
Help-octave mailing list
address@hidden
https://www-old.cae.wisc.edu/mailman/listinfo/help-octave


reply via email to

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